MapperTableSchema Class
Schema of a CDC table in terms of column names and their corresponding data types.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelMapperTableSchema
Constructor
MapperTableSchema(*, name: str | None = None, data_type: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of the column. |
data_type
|
Data type of the column. |
Variables
Name | Description |
---|---|
name
|
Name of the column. |
data_type
|
Data type of the column. |
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