MapperSourceConnectionsInfo Class
A object which contains list of tables and connection details for a source connection.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelMapperSourceConnectionsInfo
Constructor
MapperSourceConnectionsInfo(*, source_entities: List[_models.MapperTable] | None = None, connection: _models.MapperConnection | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
source_entities
|
List of source tables for a source connection. |
connection
|
Source connection details. |
Variables
Name | Description |
---|---|
source_entities
|
List of source tables for a source connection. |
connection
|
Source connection details. |
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