Package version:

CDC Policy.

interface MapperPolicy {
    mode?: string;
    recurrence?: MapperPolicyRecurrence;
}

Properties

Properties

mode?: string

Mode of running the CDC: batch vs continuous.

Defines the frequency and interval for running the CDC for batch mode.