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