Package version:

CDC table details.

interface MapperTable {
    dslConnectorProperties?: MapperDslConnectorProperties[];
    name?: string;
    schema?: MapperTableSchema[];
}

Properties

dslConnectorProperties?: MapperDslConnectorProperties[]

List of name/value pairs for connection properties.

name?: string

Name of the table.

List of columns for the source table.