MetadataItem Class

Specify the name and value of custom metadata item.

Inheritance
azure.mgmt.datafactory._serialization.Model
MetadataItem

Constructor

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

Keyword-Only Parameters

Name Description
name
<xref:JSON>

Metadata item key name. Type: string (or Expression with resultType string).

value
<xref:JSON>

Metadata item value. Type: string (or Expression with resultType string).

Variables

Name Description
name
<xref:JSON>

Metadata item key name. Type: string (or Expression with resultType string).

value
<xref:JSON>

Metadata item value. Type: string (or Expression with resultType string).