Click or drag to resize

PreviousExpressionType Class

Previous function type.
Inheritance Hierarchy
SystemEnum
  com.espertech.esper.common.client.sodaPreviousExpressionType

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public sealed class PreviousExpressionType : Enum

The PreviousExpressionType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberPREV
Returns a previous event with the index counting from the last event towards the first event.
Public fieldStatic memberPREVCOUNT
Returns the count of previous events.
Public fieldStatic memberPREVTAIL
Returns a previous event with the index counting from the first event towards the last event.
Public fieldStatic memberPREVWINDOW
Returns all previous events.
Public fieldvalue__
Top
See Also