Azure.Storage.Files.DataLake.Models.DataLakeQueryArrowOptions
Arrow configuration. Only valid for OutputTextConfiguration.
namespace Azure.Storage.Files.DataLake.Models
{
public class DataLakeQueryArrowOptions : DataLakeQueryTextOptions
{
public IList<DataLakeQueryArrowField> Schema { get; set; }
public DataLakeQueryArrowOptions();
}
}