Click or drag to resize
StorageGetCollectionAsync Method (String)
Returns a Storage Collection with the given name from the service.

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 Task<StorageCollection> GetCollectionAsync(
	string collectionName
)

Parameters

collectionName
Type: SystemString
The name of the Storage Collection.

Return Value

Type: TaskStorageCollection
See Also