QStreamable.HoppingWindow Method

Include Protected Members
Include Inherited Members

Produces a windowed stream.

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 HoppingWindow<TPayload>(IQStreamable<TPayload>, TimeSpan, TimeSpan) Produces a windowed stream based on window definition. Hopping windows are characterized by a window duration and a hop size representing the window period.
Public methodStatic member HoppingWindow<TPayload>(IQStreamable<TPayload>, TimeSpan, TimeSpan, DateTime) Produces a windowed stream based on window definition. Hopping windows are characterized by a window duration and a hop size representing the window period.

Top

See Also

Reference

QStreamable Class

Microsoft.ComplexEventProcessing.Linq Namespace