StorageObjectReadAsStringAsync Method |
Returns the contents of the Storage Object as a string. 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<string> ReadAsStringAsync()
Public Function ReadAsStringAsync As Task(Of String)
public:
Task<String^>^ ReadAsStringAsync()
member ReadAsStringAsync : unit -> Task<string>
Return Value
Type:
TaskStringThe string contents of the StorageObject.
See Also