MapperPolicy Class
CDC Policy.
Constructor
MapperPolicy(*, mode: str | None = None, recurrence: _models.MapperPolicyRecurrence | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
mode
|
Mode of running the CDC: batch vs continuous. Default value: None
|
recurrence
|
Defines the frequency and interval for running the CDC for batch mode. Default value: None
|
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. |