collapseProperty resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Specifies the criteria used for collapsing search results. Applies only to sortable/refinable properties.

Properties

Property Type Description
fields String Collection Defines the collapse group to trim results. The properties in this collection must be sortable/refinable properties. Required.
limit Int16 Defines a maximum limit count for this field. This numeric value must be a positive integer. Required.

JSON representation

The following is a JSON representation of the resource.

{
  "fields": ["String"],
  "limit": 1024
}