Click or drag to resize

BlobContainerGetProperties Method

Gets the properties of a blob container

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

Parameters

blobName  String
The name of the blob to use

Return Value

TaskBlobProperties
The blob's CloudBlockBlob.Properties
See Also