Click or drag to resize
BlobInfoFetchAttributes Method
Acquires attributes of Blob saved in blob storage. Ensures communication with the blob storage only if it's necessary.

Namespace: CMS.AzureStorage
Assembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 11.0.0
Syntax
C#
public bool FetchAttributes()

Return Value

Type: Boolean
True if blob exists in blob storage and attributes were successfully fetched, false otherwise.
See Also