| BlobInfo Class | 
Namespace: CMS.AzureStorage
public class BlobInfo
The BlobInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| BlobInfo(String) | 
            Initializes new instance of blob info class.
              | |
| BlobInfo(ContainerInfo, String) | 
            Initializes new instance of blob info class.
              | |
| BlobInfo(ContainerInfo, String, Boolean) | 
            Initializes new instance of blob info class.
              | 
| Name | Description | |
|---|---|---|
| Blob | 
            Blob object.
              | |
| BlobName | 
            Blob name.
              | |
| Container | 
            ContainerInfo object.
              | |
| ETag | 
            Returns E-tag from blob.
              | |
| IsLocked | 
            Returns whether current blob is locked.
              | |
| Length | 
            Returns length of the blob in bytes.
              | 
| Name | Description | |
|---|---|---|
| FetchAttributes | 
            Acquires attributes of Blob saved in blob storage.
            Ensures communication with the blob storage only if it's necessary.
              | |
| GetMetadata | 
            Returns blob meta data.  
              | |
| Lock | 
            Locks current blob.
              | |
| SetMetadata(String, String) | 
            Sets meta data to blob.
              | |
| SetMetadata(String, String, Boolean) | 
            Sets meta data to blob.
              | |
| SetMetadata(String, String, Boolean, Boolean) | 
            Sets meta data to blob.
              | |
| UnLock | 
            Unlocks current blob.
              |