MapperTableSchema Class

Schema of a CDC table in terms of column names and their corresponding data types.

Inheritance
azure.mgmt.datafactory._serialization.Model
MapperTableSchema

Constructor

MapperTableSchema(*, name: str | None = None, data_type: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Name of the column.

data_type
str

Data type of the column.

Variables

Name Description
name
str

Name of the column.

data_type
str

Data type of the column.