Click or drag to resize
StorageCollectionGetObjectAsync Method
Returns a StorageObject given its ID. The contents of the object will be downloaded lazily.

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> GetObjectAsync(
	string objectId
)

Parameters

objectId
Type: SystemString
The ID of the Storage Object to return.

Return Value

Type: TaskStorageObject
The downloaded StorageObject.
See Also