MapperDslConnectorProperties Class
Connector properties of a CDC table in terms of name / value pairs.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelMapperDslConnectorProperties
Constructor
MapperDslConnectorProperties(*, name: str | None = None, value: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of the property. |
value
|
<xref:JSON>
Value of the property. |
Variables
Name | Description |
---|---|
name
|
Name of the property. |
value
|
<xref:JSON>
Value of the property. |
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