<PackageReference Include="Azure.Storage.Blobs" Version="12.29.1" />

Azure.Storage.Blobs.Models.GetBlobsByHierarchyAsyncCollection

namespace Azure.Storage.Blobs.Models { internal class GetBlobsByHierarchyAsyncCollection : StorageCollectionEnumerator<BlobHierarchyItem> { public GetBlobsByHierarchyAsyncCollection(BlobContainerClient client, string delimiter, BlobTraits traits, BlobStates states, string prefix, string startFrom); } } namespace Azure.Storage.Blobs.Models { public class BlobQueryArrowField { public BlobQueryArrowFieldType Type { get; set; } public string Name { get; set; } public int Precision { get; set; } public int Scale { get; set; } public BlobQueryArrowField(); } }