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.StorageAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic Task<Stream> ReadAsStreamAsync()
Public Function ReadAsStreamAsync As Task(Of Stream)
public:
Task<Stream^>^ ReadAsStreamAsync()
member ReadAsStreamAsync : unit -> Task<Stream>
Return Value
Type:
TaskStreamA stream with the contents of the Storage Object.
See Also