DataTableResponseColumn Class
Column definition.
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
|
Name of the column. Default value: None
|
data_type
|
Data type which looks like 'String' or 'Int32'. Default value: None
|
column_type
|
Column Type. Default value: None
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python