BlobQueryArrowConfiguration interface

Options to query blob with Apache Arrow format. Only valid for <xref:BlockBlobQueryOptions.outputTextConfiguration>.

Properties

kind

Kind.

schema

List of <xref:BlobQueryArrowField> describing the schema of the data.

Property Details

kind

Kind.

kind: "arrow"

Property Value

"arrow"

schema

List of <xref:BlobQueryArrowField> describing the schema of the data.

schema: BlobQueryArrowField[]

Property Value