MapperTable interface

CDC table details.

Properties

dslConnectorProperties

List of name/value pairs for connection properties.

name

Name of the table.

schema

List of columns for the source table.

Property Details

dslConnectorProperties

List of name/value pairs for connection properties.

dslConnectorProperties?: MapperDslConnectorProperties[]

Property Value

name

Name of the table.

name?: string

Property Value

string

schema

List of columns for the source table.

schema?: MapperTableSchema[]

Property Value