| title | metaDataKeyValuePair resource type |
|---|---|
| description | Represents a key-value (object) pair of the metadata. |
| author | sangle7 |
| ms.localizationpriority | medium |
| ms.subservice | sharepoint |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a key-value (object) pair of the metadata.
| Property | Type | Description |
|---|---|---|
| key | String | Key of the metadata. |
| value | Json | Value of the metadata. Should be an object. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.metaDataKeyValuePair",
"key": "String",
"value": {
"@odata.type": "microsoft.graph.Json"
}
}