DataMapperMapping Class

Source and target table mapping details.

Inheritance
azure.mgmt.datafactory._serialization.Model
DataMapperMapping

Constructor

DataMapperMapping(*, target_entity_name: str | None = None, source_entity_name: str | None = None, source_connection_reference: _models.MapperConnectionReference | None = None, attribute_mapping_info: _models.MapperAttributeMappings | None = None, source_denormalize_info: MutableMapping[str, Any] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
target_entity_name
str

Name of the target table.

source_entity_name
str

Name of the source table.

source_connection_reference

The connection reference for the source connection.

attribute_mapping_info

This holds the user provided attribute mapping information.

source_denormalize_info
<xref:JSON>

This holds the source denormalization information used while joining multiple sources.

Variables

Name Description
target_entity_name
str

Name of the target table.

source_entity_name
str

Name of the source table.

source_connection_reference

The connection reference for the source connection.

attribute_mapping_info

This holds the user provided attribute mapping information.

source_denormalize_info
<xref:JSON>

This holds the source denormalization information used while joining multiple sources.