EventKind Enumeration
Enumerates the valid kinds of events.
Namespace: Microsoft.ComplexEventProcessing
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
public enum EventKind
Members
Member name | Description | |
---|---|---|
Insert | Represents an Insert event.
An Insert event contains actual event data. It is composed of temporal information (a single timestamp or a start plus end time, depending on the event shape) and a payload. |
|
Cti | Represents a current time increment (CTI) event.
A Ctievent advances the application time to the time specified by the start time of the CTI event. |
Remarks
For more information about event kinds and event types, see StreamInsight Server Concepts.