A sliding window accumulates data and returns a bounded data group. The bounds on the data slide by the time you specify. The data groups that are accumulated can overlap based on the slide interval that you specify.
When you create a sliding Window transformation, the window size must be a multiple of the slide interval.
The following image shows a sample sliding window with a window size of 10 seconds and slide interval of 5 seconds: