MapperTableProperties Class
Properties for a CDC table.
Constructor
MapperTableProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
schema
|
List of columns for the source table. |
|
dsl_connector_properties
|
List of name/value pairs for connection properties. |
Attributes
dsl_connector_properties
List of name/value pairs for connection properties.
dsl_connector_properties: list['_models.MapperDslConnectorProperties'] | None
schema
List of columns for the source table.
schema: list['_models.MapperTableSchema'] | None