MapperTargetConnectionsInfo Class

A object which contains list of tables and connection details for a target connection.

Inheritance
azure.mgmt.datafactory._serialization.Model
MapperTargetConnectionsInfo

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.