BlobContainerGetPropertiesAsync Method

Gets the properties of a blob container

Definition

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
C#
public Task<BlobProperties?> GetPropertiesAsync(
	string blobName
)

Parameters

blobName  String
The name of the blob to use

Return Value

TaskBlobProperties
The blob's CloudBlockBlob.Properties

See Also