BlobQueryArrowConfiguration interface

Options to query blob with Apache Arrow format. Only valid for outputTextConfiguration.

Properties

kind

Kind.

schema

List of BlobQueryArrowField describing the schema of the data.

Property Details

kind

Kind.

kind: "arrow"

Property Value

"arrow"

schema

List of BlobQueryArrowField describing the schema of the data.

schema: BlobQueryArrowField[]

Property Value