CepStream.CountByStartTimeWindow Method

Include Protected Members
Include Inherited Members

Groups input stream events into windows of events based on a given number of unique event start times. The window slides when a new event arrives that starts at a different time.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member CountByStartTimeWindow<TPayload>(CepStream<TPayload>, UInt32) Groups input stream events into windows of events based on a given number of unique event start times using the default output policy. The window slides when a new event arrives that starts at a different time.
Public methodStatic member CountByStartTimeWindow<TPayload>(CepStream<TPayload>, UInt32, CountWindowOutputPolicy) Groups input stream events into windows of events based on a given number of unique event start times. The window slides when a new event arrives that starts at a different time.
Public methodStatic member CountByStartTimeWindow<TPayload>(CepStream<TPayload>, UInt32, WindowInputPolicy, CountWindowOutputPolicy) Groups input stream events into windows of events based on a given number of unique event start times. The window slides when a new event arrives that starts at a different time.

Top

See Also

Reference

CepStream Class

Microsoft.ComplexEventProcessing.Linq Namespace