Time Buffer

The Time Buffer stage is used to accumulate events for a max period of Y, and then emit all the events as an array. This is helpful in examples where you’re sampling source data at a high frequency, but the target system wants to process the data in time chunks (ex. 1 minute chunks).

Stage Time Buffer

Window Interval

Amount of time event data is accumulated before emitting.

Window Expression

See Size Buffer for details on the Window Expression.