MapperPolicy Class
CDC Policy.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelMapperPolicy
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. |
recurrence
|
Defines the frequency and interval for running the CDC for batch mode. |
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python