Click or drag to resize
StorageObjectReadAsStreamAsync Method
Returns the contents of the StorageObject as a stream. 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<Stream> ReadAsStreamAsync()

Return Value

Type: TaskStream
A stream with the contents of the Storage Object.
See Also