Package version:

Interface MapperDslConnectorProperties

Connector properties of a CDC table in terms of name / value pairs.

interface MapperDslConnectorProperties {
    name?: string;
    value?: any;
}

Properties

Properties

name?: string

Name of the property.

value?: any

Value of the property.