Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.31 KB

File metadata and controls

53 lines (41 loc) · 1.31 KB
title description ms.localizationpriority author ms.subservice doc_type
collapseProperty resource type
Specifies the collapse criteria of search results.
medium
cxiang
search
resourcePageType

collapseProperty resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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
}