AggPercentiles

August 26, 2026 ยท View on GitHub

Object to use percentile values in aggregation. For more information see Grouping

Properties

NameTypeDescriptionNotes
fieldStringNumeric field to calculate percentiles for
valuesList<BigDecimal>Percentile points to compute (0-100). Defaults to 1, 5, 25, 50, 75, 95, and 99 when omitted.[optional]
keyedBooleanReturn an object keyed by percentile when true, or an array when false. Default is false.[optional]
tdigestAggTDigest[optional]