BlobQueryArrowField interface
BlobQueryArrowConfigurationのフィールドについて説明します。
プロパティ
name | フィールドの名前。 |
precision | フィールドの有効桁数。 型が "decimal" の場合は必須です。 |
scale | フィールドの小数点以下桁数。 型が "decimal" の場合は必須です。 |
type | フィールドの型。 |
プロパティの詳細
name
フィールドの名前。
name?: string
プロパティ値
string
precision
フィールドの有効桁数。 型が "decimal" の場合は必須です。
precision?: number
プロパティ値
number
scale
フィールドの小数点以下桁数。 型が "decimal" の場合は必須です。
scale?: number
プロパティ値
number