AggregationTypeEnum
Last edit: Oct 26, 2022
No description
enum AggregationTypeEnum {
avg
max
min
terms
}
Values
avg
A single-value metrics aggregation that keeps track and returns the average
value among the values extracted from the aggregated documents.
max
A single-value metrics aggregation that keeps track and returns the maximum
value among the values extracted from the aggregated documents.
min
A single-value metrics aggregation that keeps track and returns the minimum
value among the values extracted from the aggregated documents.
terms
A multi-bucket value source based aggregation where buckets are dynamically built - one per unique value.