HoppingWindowOutputPolicy.PointAlignToWindowEnd Property

 

Gets a window output policy instance for hopping windows that adjusts the lifetime of the output events to point events which align with the window end time.

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

Syntax

public static HoppingWindowOutputPolicy PointAlignToWindowEnd { get; }
public:
property HoppingWindowOutputPolicy^ PointAlignToWindowEnd {
    static HoppingWindowOutputPolicy^ get();
}
static member PointAlignToWindowEnd : HoppingWindowOutputPolicy with get
Public Shared ReadOnly Property PointAlignToWindowEnd As HoppingWindowOutputPolicy

Property Value

Type: Microsoft.ComplexEventProcessing.Linq.HoppingWindowOutputPolicy

A window output policy instance for hopping windows that adjusts the lifetime of the output events to point events which align with the window end time.

Remarks

For more information, see Hopping Windows.

See Also

HoppingWindowOutputPolicy Class
Microsoft.ComplexEventProcessing.Linq Namespace

Return to top