Click or drag to resize
StorageObject Methods

The StorageObject type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadPayload(Byte, String)
Loads a StorageObject's contents from a byte array.
Public methodLoadPayload(Stream, String)
Loads a StorageObject's contents from a stream.
Public methodLoadPayload(String, String)
Loads a StorageObject's contents from a string.
Public methodReadAsBytesAsync
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.
Public methodReadAsStreamAsync
Returns the contents of the StorageObject as a stream. May result in a download from the service if the contents were not previously downloaded.
Public methodReadAsStringAsync
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also