Files
elasticsearch-js/docs/reference/api/AggregationsMovingPercentilesAggregation.md
2025-05-28 10:02:30 -05:00

469 B

AggregationsMovingPercentilesAggregation [interface-AggregationsMovingPercentilesAggregation]

Name Type Description
keyed boolean  
shift integer By default, the window consists of the last n values excluding the current bucket. Increasing shift by 1, moves the starting window position by 1 to the right.
window integer The size of window to "slide" across the histogram.