Class BlobQueryArrowOptions
Arrow configuration. Only valid for OutputTextConfiguration.
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobQueryArrowOptions : Azure.Storage.Blobs.Models.BlobQueryTextOptions
Constructors
BlobQueryArrowOptions()
Declaration
public BlobQueryArrowOptions ();
Properties
Schema
List of BlobQueryArrowField describing the schema of the data.
Declaration
public System.Collections.Generic.IList<Azure.Storage.Blobs.Models.BlobQueryArrowField> Schema { get; set; }
Property Value
System.Collections.Generic.IList<BlobQueryArrowField>
|