[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)
Ctor.
Used for creating batching events by time.
Namespace: net.esper.eql.spec
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ timeRate As Double, _ displayLimit As DisplayLimit _ ) |
C# |
---|
public OutputLimitSpec ( double timeRate, OutputLimitSpec.DisplayLimit displayLimit ) |
Visual C++ |
---|
public: OutputLimitSpec ( double timeRate, DisplayLimit displayLimit ) |
Parameters
- timeRate
- System.Double
the number of seconds to batch for.
- displayLimit
- net.esper.eql.spec.DisplayLimit
indicates whether to output only the first, only the last, or all events