CepStream.TumblingWindow Method

 

Converts the specified CepStream(Of TPayload) to a tumbling window stream.

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

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static TumblingWindow<TPayload>(CepStream<TPayload>, TimeSpan)

Transforms a stream to a window stream where each member is a CepWindow using the default output policy.

System_CAPS_pubmethodSystem_CAPS_static TumblingWindow<TPayload>(CepStream<TPayload>, TimeSpan, DateTime)

Transforms a stream to a window stream where each member is a CepWindow using the default output policy.

System_CAPS_pubmethodSystem_CAPS_static TumblingWindow<TPayload>(CepStream<TPayload>, TimeSpan, DateTime, HoppingWindowOutputPolicy)

Transforms a stream to a window stream where each member is a CepWindow.

System_CAPS_pubmethodSystem_CAPS_static TumblingWindow<TPayload>(CepStream<TPayload>, TimeSpan, DateTime, WindowInputPolicy, HoppingWindowOutputPolicy)

Transforms a stream to a window stream where each member is a CepWindow.

System_CAPS_pubmethodSystem_CAPS_static TumblingWindow<TPayload>(CepStream<TPayload>, TimeSpan, HoppingWindowOutputPolicy)

Transforms a stream to a window stream where each member is a CepWindow.

System_CAPS_pubmethodSystem_CAPS_static TumblingWindow<TPayload>(CepStream<TPayload>, TimeSpan, WindowInputPolicy, HoppingWindowOutputPolicy)

Transforms a stream to a window stream where each member is a CepWindow.

See Also

CepStream Class
Microsoft.ComplexEventProcessing.Linq Namespace

Return to top