MapperDslConnectorProperties Class

Connector properties of a CDC table in terms of name / value pairs.

Inheritance
azure.mgmt.datafactory._serialization.Model
MapperDslConnectorProperties

Constructor

MapperDslConnectorProperties(*, name: str | None = None, value: MutableMapping[str, Any] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Name of the property.

value
<xref:JSON>

Value of the property.

Variables

Name Description
name
str

Name of the property.

value
<xref:JSON>

Value of the property.