MapperTableSchema interface
Schema of a CDC table in terms of column names and their corresponding data types.
Property Details
dataType
Data type of the column.
dataType?: string
Property Value
string
name
Name of the column.
name?: string
Property Value
string