MapperAttributeReference Class

Attribute reference details for the referred column.

Inheritance
azure.mgmt.datafactory._serialization.Model
MapperAttributeReference

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
str

Name of the column.

entity
str

Name of the table.

entity_connection_reference

The connection reference for the connection.

Variables

Name Description
name
str

Name of the column.

entity
str

Name of the table.

entity_connection_reference

The connection reference for the connection.