StorageGetCollectionAsync Method (String) |
Returns a Storage Collection with the given name from the service.
Namespace: Oracle.Cloud.Mobile.StorageAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic Task<StorageCollection> GetCollectionAsync(
string collectionName
)
Public Function GetCollectionAsync (
collectionName As String
) As Task(Of StorageCollection)
public:
Task<StorageCollection^>^ GetCollectionAsync(
String^ collectionName
)
member GetCollectionAsync :
collectionName : string -> Task<StorageCollection>
Parameters
- collectionName
- Type: SystemString
The name of the Storage Collection.
Return Value
Type:
TaskStorageCollection
See Also