MapperTargetConnectionsInfo Class
A object which contains list of tables and connection details for a target connection.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelMapperTargetConnectionsInfo
Constructor
MapperTargetConnectionsInfo(*, target_entities: List[_models.MapperTable] | None = None, connection: _models.MapperConnection | None = None, data_mapper_mappings: List[_models.DataMapperMapping] | None = None, relationships: List[MutableMapping[str, Any]] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
target_entities
|
List of source tables for a target connection. |
connection
|
Source connection details. |
data_mapper_mappings
|
List of table mappings. |
relationships
|
list[<xref:JSON>]
List of relationship info among the tables. |
Variables
Name | Description |
---|---|
target_entities
|
List of source tables for a target connection. |
connection
|
Source connection details. |
data_mapper_mappings
|
List of table mappings. |
relationships
|
list[<xref:JSON>]
List of relationship info among the tables. |
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