StorageObject Methods |
The StorageObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | LoadPayload(Byte, String) |
Loads a StorageObject's contents from a byte array.
|
![]() | LoadPayload(Stream, String) |
Loads a StorageObject's contents from a stream.
|
![]() | LoadPayload(String, String) |
Loads a StorageObject's contents from a string.
|
![]() | ReadAsBytesAsync |
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.
|
![]() | ReadAsStreamAsync |
Returns the contents of the StorageObject as a stream. May result in a download from the service if the contents were not previously downloaded.
|
![]() | ReadAsStringAsync |
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.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |