BlobInfoFetchAttributes Method |
Acquires attributes of
Blob saved in blob storage.
Ensures communication with the blob storage only if it's necessary.
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 11.0.0
Syntax public bool FetchAttributes()
Return Value
Type:
Boolean
True if blob exists in blob storage and attributes were successfully fetched, false otherwise.
See Also