StorageCollectionPutObjectAsync Method |
Updates an existing StorageObject in the collection. Returns the created StorageObject 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> PutObjectAsync(
StorageObject storageObject
)
Public Function PutObjectAsync (
storageObject As StorageObject
) As Task(Of StorageObject)
public:
Task<StorageObject^>^ PutObjectAsync(
StorageObject^ storageObject
)
member PutObjectAsync :
storageObject : StorageObject -> Task<StorageObject>
Parameters
- storageObject
- Type: Oracle.Cloud.Mobile.StorageStorageObject
The StorageObject to update.
Return Value
Type:
TaskStorageObjectThe updated StorageObject.
See Also