Click or drag to resize
StorageCollectionPostObjectAsync Method
Creates a new StorageObject in the collection. Returns the created Storage Object with properties set by 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<StorageObject> PostObjectAsync(
	StorageObject storageObject
)

Parameters

storageObject
Type: Oracle.Cloud.Mobile.StorageStorageObject
The StorageObject to create.

Return Value

Type: TaskStorageObject
The created Storage Object.
See Also