HoppingWindowOutputPolicy.ClipToWindowEnd Property

 

Gets a window output policy instance for hopping windows that clips the end time of the output events to the window end.

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

Syntax

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

Property Value

Type: Microsoft.ComplexEventProcessing.Linq.HoppingWindowOutputPolicy

A window output policy instance for hopping windows that clips the end time of the output events to the window end.

Remarks

For more information, see Hopping Windows.

See Also

HoppingWindowOutputPolicy Class
Microsoft.ComplexEventProcessing.Linq Namespace

Return to top