aggregationOption resource type

Namespace: microsoft.graph

Specifies which aggregations should be returned alongside the search results. The maximum returned value is 100 buckets.

Properties

Property Type Description
bucketDefinition bucketAggregationDefinition Specifies the criteria to compute an aggregation. Optional.
field String Computes aggregation on the field while the field exists in the current entity type. Required.
size Int32 The number of searchBucket resources to be returned. This isn't required when the range is provided manually in the search request. The minimum accepted size is 1, and the maximum is 65535. Optional.

JSON representation

The following JSON representation shows the resource type.

{
  "bucketDefinition": {"@odata.type": "microsoft.graph.bucketAggregationDefinition"},
  "field": "String",
  "size": 1024
}