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