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

Ctor. For batching events by event count.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	eventRate As Integer, _
	displayLimit As DisplayLimit _
)
C#
public OutputLimitSpec (
	int eventRate,
	OutputLimitSpec.DisplayLimit displayLimit
)
Visual C++
public:
OutputLimitSpec (
	int eventRate, 
	DisplayLimit displayLimit
)

Parameters

eventRate
System.Int32
the number of events to batch.
displayLimit
net.esper.eql.spec.DisplayLimit
indicates whether to output only the first, only the last, or all events