[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Enumeration of property types.

Namespace: net.esper.events
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Enumeration EventPropertyType
C#
public enum EventPropertyType
Visual C++
public enum class EventPropertyType

Members

ClassDescription
INDEXED
Indexed property.

MAPPED
Mapped property.

SIMPLE
Simple property.