StreamEventOrder Enumeration

 

Specifies the event order in a query output stream.

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

Syntax

public enum StreamEventOrder
public enum class StreamEventOrder
type StreamEventOrder
Public Enumeration StreamEventOrder

Members

Member name Description
ChainOrdered

In a ChainOrdered output stream each CTI releases all interval events with an end time before the CTI to the output.

FullyOrdered

In a FullyOrdered output stream each CTI releases interval events to the output only if all other events with an earlier start time have been released to the output already.

See Also

Microsoft.ComplexEventProcessing Namespace

Return to top