OutputColumn Class
The columns to be read out from the Office 365 table.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelOutputColumn
Constructor
OutputColumn(*, name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of the table column. Type: string. |
Variables
Name | Description |
---|---|
name
|
Name of the table column. Type: string. |
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