Click or drag to resize
StorageCollection Class
Class that holds the StorageCollection resource. StorageCollections contain Storage Objects which can be used to persist data in Mobile Cloud Service.
Inheritance Hierarchy
SystemObject
  Oracle.Cloud.Mobile.StorageStorageCollection

Namespace: Oracle.Cloud.Mobile.Storage
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public sealed class StorageCollection

The StorageCollection type exposes the following members.

Properties
  NameDescription
Public propertyDescription
The description of the StorageCollection.
Public propertyId
The ID of the StorageCollection.
Top
Methods
  NameDescription
Public methodContainsAsync
Checks the service if a StorageObject with the given ID exists in the collection.
Public methodDeleteObjectAsync
Deletes a StorageObject from the collection.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectAsync
Returns a StorageObject given its ID. The contents of the object will be downloaded lazily.
Public methodGetObjectsAsync
Returns a list of Storage Objects from the collection starting from the offset and up to the limit. The service may return fewer objects.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPostObjectAsync
Creates a new StorageObject in the collection. Returns the created Storage Object with properties set by the service.
Public methodPutObjectAsync
Updates an existing StorageObject in the collection. Returns the created StorageObject with properties set by the service.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also