[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
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
Class | Description |
---|---|
ALL | Output all events. |
FIRST | Output first event. |
LAST | Output last event. |