Edit

Share via


searchResourceMetadataDictionary resource type

Important

APIs under the /beta version are subject to change. Use of these APIs in production applications is not supported.

Represents a metadata dictionary in a retrievalHit. This resource is an open type. For more information on open types, see Open Type.

The property names in the dictionary correspond to the list of metadata fields requested in the resourceMetadata parameter to the retrieval API. The property values are string representations of the value of the corresponding metadata fields.

JSON representation

The following JSON representation shows the resource type. For example, if the requested metadata fields are title and author, the resulting dictionary is:

{
  "@odata.type": "#microsoft.graph.searchResourceMetadataDictionary",
  "title": "String",
  "author": "String"
}