StorageCollection Class |
Namespace: Oracle.Cloud.Mobile.Storage
The StorageCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Description |
The description of the StorageCollection.
|
![]() | Id |
The ID of the StorageCollection.
|
Name | Description | |
---|---|---|
![]() | ContainsAsync |
Checks the service if a StorageObject with the given ID exists in the collection.
|
![]() | DeleteObjectAsync |
Deletes a StorageObject from the collection.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectAsync |
Returns a StorageObject given its ID. The contents of the object will be downloaded lazily.
|
![]() | GetObjectsAsync |
Returns a list of Storage Objects from the collection starting from the offset and up to the limit. The service may
return fewer objects.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | PostObjectAsync |
Creates a new StorageObject in the collection. Returns the created Storage Object with properties set by the service.
|
![]() | PutObjectAsync |
Updates an existing StorageObject in the collection. Returns the created StorageObject with properties set by the service.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |