EventShape Enumeration

 

Specifies the shape of events that the stream contains.

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

Syntax

public enum EventShape
public enum class EventShape
type EventShape
Public Enumeration EventShape

Members

Member name Description
Edge

Edge events indicate either the start or the end of the lifetime of a payload. Events of shape Edge can be either Start edges or End edges.

Interval

Interval events have a start time and an end time, indicating the lifetime during which the payload of the event is valid.

Point

Point events have a lifetime of a single tick, and hence only a single timestamp.

Remarks

For more information about event shapes (event models), see NIB StreamInsight Server Concepts.

See Also

Microsoft.ComplexEventProcessing Namespace

Return to top