Click or drag to resize
StorageObjectReadAsBytesAsync Method
Returns the contents of the StorageObject as a byte array. May result in a download from the service if the contents were not previously downloaded.

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<byte[]> ReadAsBytesAsync()

Return Value

Type: TaskByte
The byte array contents of the Storage Object.
See Also