StorageCollectionPostObjectAsync Method |
Creates a new StorageObject in the collection. Returns the created Storage Object with properties set by 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<StorageObject> PostObjectAsync(
StorageObject storageObject
)
Public Function PostObjectAsync (
storageObject As StorageObject
) As Task(Of StorageObject)
public:
Task<StorageObject^>^ PostObjectAsync(
StorageObject^ storageObject
)
member PostObjectAsync :
storageObject : StorageObject -> Task<StorageObject>
Parameters
- storageObject
- Type: Oracle.Cloud.Mobile.StorageStorageObject
The StorageObject to create.
Return Value
Type:
TaskStorageObjectThe created Storage Object.
See Also