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

8 lines
469 B
Markdown

# `AggregationsMovingPercentilesAggregation` [interface-AggregationsMovingPercentilesAggregation]
| Name | Type | Description |
| - | - | - |
| `keyed` | boolean |   |
| `shift` | [integer](./integer.md) | 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](./integer.md) | The size of window to "slide" across the histogram. |