<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.23.0" />

Azure.Storage.Files.DataLake.Models.DataLakeQueryArrowField

Describe a field in DataLakeQueryArrowOptions.
public string Name { get; set; }

The name of the field. Optional.

public int Precision { get; set; }

The precision of the field. Required if Type is Decimal.

public int Scale { get; set; }

The scale of the field. Required if Type is Decimal.

public DataLakeQueryArrowFieldType Type { get; set; }

The type of the field. Required.