Sliding Window Function in Streaming Analytics

2022-08-16 streaming-analyticsstreaming-window-functions

Under streaming analytics context, a sliding window function segments a data stream into time segments that can overlap with each other. The window only changes when an event enters or exits the window.

Events can belong to more than one sliding window. Each window must include at least one event otherwise the sliding window will be emitted from output.

Time (seconds)
[Not supported by viewer]
0
[Not supported by viewer]
10
[Not supported by viewer]
20
[Not supported by viewer]
30
[Not supported by viewer]
40
[Not supported by viewer]
50
[Not supported by viewer]
60
[Not supported by viewer]
Events
[Not supported by viewer]
Window
[Not supported by viewer]
Sliding Windows with 20 seconds as window duration
[Not supported by viewer]