| 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.StorageAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic Task<byte[]> ReadAsBytesAsync()
Public Function ReadAsBytesAsync As Task(Of Byte())
public:
Task<array<unsigned char>^>^ ReadAsBytesAsync()
member ReadAsBytesAsync : unit -> Task<byte[]>
Return Value
Type:
TaskByteThe byte array contents of the Storage Object.
See Also