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

Members

Member name Description
Interval Interval events have a start time and an end time, indicating the lifetime during which the payload of the event is valid.
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.
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 StreamInsight Server Concepts.

See Also

Reference

Microsoft.ComplexEventProcessing Namespace