Azure.Storage.Blobs.Models.GetBlobsAsyncCollection
namespace Azure.Storage.Blobs.Models
{
internal class GetBlobsAsyncCollection : StorageCollectionEnumerator<BlobItem>
{
public GetBlobsAsyncCollection(BlobContainerClient client, BlobTraits traits, BlobStates states, string prefix, string startFrom);
}
}