MapperTableProperties interface

Properties for a CDC table.

Properties

dslConnectorProperties

List of name/value pairs for connection properties.

schema

List of columns for the source table.

Property Details

dslConnectorProperties

List of name/value pairs for connection properties.

dslConnectorProperties?: MapperDslConnectorProperties[]

Property Value

schema

List of columns for the source table.

schema?: MapperTableSchema[]

Property Value