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

Azure.Storage.Blobs.Models.BlobQueryArrowField

public class BlobQueryArrowField
Describe a field in BlobQueryArrowOptions.
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(); } }