BlobContainerGetBlobNamesAsync Method

Gets the list of blobs in the current BlobContainerClient

Definition

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
C#
public Task<IEnumerable<string>> GetBlobNamesAsync()

Return Value

TaskIEnumerableString

See Also