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

Determines how many items are displayed within an event batch.

Namespace: net.esper.eql.spec
Assembly:   NEsper (in NEsper.dll)

Syntax

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

Members

ClassDescription
ALL
Output all events.

FIRST
Output first event.

LAST
Output last event.