你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobQueryArrowField interface

描述 BlobQueryArrowConfiguration 中的字段。

属性

name

字段的名称。

precision

字段的精度。 如果类型为“decimal”,则为必需。

scale

字段的规模。 如果类型为“decimal”,则是必需的。

type

字段的类型。

属性详细信息

name

字段的名称。

name?: string

属性值

string

precision

字段的精度。 如果类型为“decimal”,则为必需。

precision?: number

属性值

number

scale

字段的规模。 如果类型为“decimal”,则是必需的。

scale?: number

属性值

number

type

字段的类型。

type: BlobQueryArrowFieldType

属性值