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

DataTableResponseObject Class

Data Table which defines columns and raw row values.

Constructor

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

Variables

Name Description
table_name
str

Name of the table.

columns

List of columns with data types.

rows

Raw row values.

Attributes

columns

List of columns with data types.

columns: list['_models.DataTableResponseColumn'] | None

rows

Raw row values.

rows: list[list[str]] | None

table_name

Name of the table.

table_name: str | None