DataMapperMapping Class
Source and target table mapping details.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelDataMapperMapping
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
|
Name of the target table. |
source_entity_name
|
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
|
Name of the target table. |
source_entity_name
|
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. |
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