MapperAttributeReference Class
Attribute reference details for the referred column.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelMapperAttributeReference
Constructor
MapperAttributeReference(*, name: str | None = None, entity: str | None = None, entity_connection_reference: _models.MapperConnectionReference | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of the column. |
entity
|
Name of the table. |
entity_connection_reference
|
The connection reference for the connection. |
Variables
Name | Description |
---|---|
name
|
Name of the column. |
entity
|
Name of the table. |
entity_connection_reference
|
The connection reference for the connection. |
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