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

DataTableResponseObject Class

Data Table which defines columns and raw row values.

Inheritance
azure.mgmt.web._serialization.Model
DataTableResponseObject

Constructor

DataTableResponseObject(*, table_name: str | None = None, columns: List[_models.DataTableResponseColumn] | None = None, rows: List[List[str]] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
table_name
str

Name of the table.

columns

List of columns with data types.

rows

Raw row values.

Variables

Name Description
table_name
str

Name of the table.

columns

List of columns with data types.

rows

Raw row values.