MapperTableSchema interface

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

Properties

dataType

Data type of the column.

name

Name of the column.

Property Details

dataType

Data type of the column.

dataType?: string

Property Value

string

name

Name of the column.

name?: string

Property Value

string