BlobContainerGetPropertiesAsync Method
Gets the properties of a blob container
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
public Task<BlobProperties?> GetPropertiesAsync(
string blobName
)
- blobName String
- The name of the blob to use
TaskBlobPropertiesThe blob's
CloudBlockBlob.Properties