Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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