ChangeDataCapture Class
A Azure Data Factory object which automatically detects data changes at the source and then sends the updated data to the destination.
Constructor
ChangeDataCapture(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
folder
|
The folder that this CDC is in. If not specified, CDC will appear at the root level. |
|
description
|
The description of the change data capture. |
|
source_connections_info
|
List of sources connections that can be used as sources in the CDC. Required. |
|
target_connections_info
|
List of target connections that can be used as sources in the CDC. Required. |
|
policy
|
CDC policy. Required. |
|
allow_v_net_override
|
A boolean to determine if the vnet configuration needs to be overwritten. |
|
status
|
Status of the CDC as to if it is running or stopped. |
Attributes
allow_v_net_override
A boolean to determine if the vnet configuration needs to be overwritten.
allow_v_net_override: bool | None
description
The description of the change data capture.
description: str | None
folder
The folder that this CDC is in. If not specified, CDC will appear at the root level.
folder: _models.ChangeDataCaptureFolder | None
policy
CDC policy. Required.
policy: _models.MapperPolicy
source_connections_info
List of sources connections that can be used as sources in the CDC. Required.
source_connections_info: list['_models.MapperSourceConnectionsInfo']
status
Status of the CDC as to if it is running or stopped.
status: str | None
target_connections_info
List of target connections that can be used as sources in the CDC. Required.
target_connections_info: list['_models.MapperTargetConnectionsInfo']