ChangeDataCaptureFolder Class
The folder that this CDC is in. If not specified, CDC will appear at the root level.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelChangeDataCaptureFolder
Constructor
ChangeDataCaptureFolder(*, name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the folder that this CDC is in. |
Variables
Name | Description |
---|---|
name
|
The name of the folder that this CDC is in. |
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