collapseProperty resource type
Namespace: microsoft.graph
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
}
Feedback
Submit and view feedback for