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

DataTableResponseColumn Class

Column definition.

Inheritance
azure.mgmt.web._serialization.Model
DataTableResponseColumn

Constructor

DataTableResponseColumn(*, column_name: str | None = None, data_type: str | None = None, column_type: str | None = None, **kwargs: Any)

Keyword-Only Parameters

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.

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.