Click or drag to resize
BlobInfo Methods

The BlobInfo type exposes the following members.

Methods
  NameDescription
Public methodFetchAttributes
Acquires attributes of Blob saved in blob storage. Ensures communication with the blob storage only if it's necessary.
Public methodGetMetadata
Returns blob meta data.
Public methodLock
Locks current blob.
Public methodSetMetadata(String, String)
Sets meta data to blob.
Public methodSetMetadata(String, String, Boolean)
Sets meta data to blob.
Public methodSetMetadata(String, String, Boolean, Boolean)
Sets meta data to blob.
Public methodUnLock
Unlocks current blob.
Top
See Also