Files
elasticsearch-js/docs/reference/api/AggregationsMovingPercentilesAggregation.md
2025-05-27 15:30:21 -05:00

8 lines
427 B
Markdown

## 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. |