MapperTable Class
CDC table details.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelMapperTable
Constructor
MapperTable(*, name: str | None = None, schema: List[_models.MapperTableSchema] | None = None, dsl_connector_properties: List[_models.MapperDslConnectorProperties] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of the table. |
schema
|
List of columns for the source table. |
dsl_connector_properties
|
List of name/value pairs for connection properties. |
Variables
Name | Description |
---|---|
name
|
Name of the table. |
schema
|
List of columns for the source table. |
dsl_connector_properties
|
List of name/value pairs for connection properties. |
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