Click or drag to resize

BlobContainerNames Property

Gets the list of blobs in the current BlobContainerClient

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
C#
public IEnumerable<string> Names { get; }

Property Value

IEnumerableString
See Also