Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BlobQueryArrowField

Package version

Describe a field in BlobQueryArrowConfiguration.

Hierarchy

  • BlobQueryArrowField

Index

Properties

Properties

Optional name

name: undefined | string

The name of the field.

Optional precision

precision: undefined | number

The precision of the field. Required if type is "decimal".

Optional scale

scale: undefined | number

The scale of the field. Required if type is is "decimal".

type

The type of the field.

Generated using TypeDoc