Click or drag to resize
BlobInfo Methods

The BlobInfo type exposes the following members.

Methods
  NameDescription
Public methodFetchAttributes
Does FetchAttributes() operation. Ensures communication with blob 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