Click or drag to resize
StorageCollectionPutObjectAsync Method
Updates an existing StorageObject in the collection. Returns the created StorageObject 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> PutObjectAsync(
	StorageObject storageObject
)

Parameters

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

Return Value

Type: TaskStorageObject
The updated StorageObject.
See Also