Package version:

Interface BlobQueryArrowConfiguration

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

interface BlobQueryArrowConfiguration {
    kind: "arrow";
    schema: {};
}

Properties

Properties

kind

Kind.

schema: {}

List of BlobQueryArrowField describing the schema of the data.