Package version:

Interface MapperTableSchema

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

interface MapperTableSchema {
    dataType?: string;
    name?: string;
}

Properties

Properties

dataType?: string

Data type of the column.

name?: string

Name of the column.