MapperPolicy Class

CDC Policy.

Inheritance
azure.mgmt.datafactory._serialization.Model
MapperPolicy

Constructor

MapperPolicy(*, mode: str | None = None, recurrence: _models.MapperPolicyRecurrence | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
mode
str

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
str

Mode of running the CDC: batch vs continuous.

recurrence

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