Is there a way to retain all events and just add or delete events as desired in StreamInsight? In Esper there is a method called keepall() witch can be applied on a window. This method keeps all incoming events and you can have different queries for inserting events in the window or deleting them.
I tried using Hopping
, Snaphot
, Tumbling
and Count Window
in StreamInsight, but none of them has the above mentioned functionality.
Thanks.