BlobQueryArrowField interface

の <xref:BlobQueryArrowConfiguration>フィールドについて説明します。

プロパティ

name

フィールドの名前。

precision

フィールドの有効桁数。 型が "decimal" の場合は必須です。

scale

フィールドのスケール。 type が "decimal" の場合は必須です。

type

フィールドの型。

プロパティの詳細

name

フィールドの名前。

name?: string

プロパティ値

string

precision

フィールドの有効桁数。 型が "decimal" の場合は必須です。

precision?: number

プロパティ値

number

scale

フィールドのスケール。 type が "decimal" の場合は必須です。

scale?: number

プロパティ値

number

type

フィールドの型。

type: BlobQueryArrowFieldType

プロパティ値