AggBucketsResult
August 26, 2026 ยท View on GitHub
One aggregation result. It is either BUCKET-shaped or METRIC-shaped, never both: which one depends on the aggregation that was requested.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| buckets | Object | [optional] | |
| afterKey | Object | Pagination cursor returned by composite aggregations | [optional] |
| value | Object | [optional] | |
| valueAsString | String | String rendering of `value`, returned alongside it by `median_absolute_deviation`. | [optional] |
| values | Object | [optional] |