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

DataTableResponseColumn Class

Column definition.

Constructor

DataTableResponseColumn(*args: Any, **kwargs: Any)

Variables

Name Description
column_name
str

Name of the column.

data_type
str

Data type which looks like 'String' or 'Int32'.

column_type
str

Column Type.

Attributes

column_name

Name of the column.

column_name: str | None

column_type

Column Type.

column_type: str | None

data_type

Data type which looks like 'String' or 'Int32'.

data_type: str | None