MapperPolicy Class
CDC Policy.
Constructor
MapperPolicy(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
mode
|
Mode of running the CDC: batch vs continuous. |
|
recurrence
|
Defines the frequency and interval for running the CDC for batch mode. |
Attributes
mode
batch vs continuous.
mode: str | None
recurrence
Defines the frequency and interval for running the CDC for batch mode.
recurrence: _models.MapperPolicyRecurrence | None