BlobContainerGetAccessTierAsync Method
            Gets a blob's AccessTier
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9417.0
public Task<string> GetAccessTierAsync(
	string blobName,
	CancellationToken cancellationToken = default
)
- blobName  String
 - The name of the blob
 - cancellationToken  CancellationToken  (Optional)
 - A CancellationToken that can be used to cancel the operation.
 
TaskString