MapperTable Class

CDC table details.

Inheritance
azure.mgmt.datafactory._serialization.Model
MapperTable

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
str

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
str

Name of the table.

schema

List of columns for the source table.

dsl_connector_properties

List of name/value pairs for connection properties.