MetadataItem Class
Specify the name and value of custom metadata item.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelMetadataItem
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). |
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