AggregationItem¶
A AggregationItem contains the result of an aggregation when a search has been made.
Resource definition¶
{
"Key": "Microsoft",
"DocCount": 5
}
Name | Type | Description |
---|---|---|
Key | string | The value that was used for aggregation |
DocCount | long | The number of objects that contains the aggregated value |