Click or drag to resize

Blob Properties

The Blob type exposes the following members.

Properties
  NameDescription
Public propertyContent
Gets the contents of the blob as an in-memory array
Public propertyContentStream
Gets the contents of the blob as a Stream
Public propertyContentType
Gets the content type of the blob
Public propertyDigest
Gets the digest of the blob, once it is saved
Public propertyLength
Gets the length of the data that the blob contains
Public propertyProperties
Gets the metadata of the blob instance
Top
See Also