CepStream.CountByStartTimeWindow Method

 

Groups input stream events into windows of events based on a given number of unique event start times using the default output policy.

Namespace:   Microsoft.ComplexEventProcessing.Linq
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static 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.

System_CAPS_pubmethodSystem_CAPS_static 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.

System_CAPS_pubmethodSystem_CAPS_static 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.

See Also

CepStream Class
Microsoft.ComplexEventProcessing.Linq Namespace

Return to top