Click or drag to resize

OutputLimitUnit Class

Unit for output rate limiting.
Inheritance Hierarchy
SystemEnum
  com.espertech.esper.common.client.sodaOutputLimitUnit

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

The OutputLimitUnit type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAFTER
The unit representing just after a time period or after a number of events.
Public fieldStatic memberCONTEXT_PARTITION_TERM
The unit representing that output occurs when the context partition terminates.
Public fieldStatic memberCRONTAB_EXPRESSION
The unit representing a crontab-at-expression.
Public fieldStatic memberEVENTS
The number of events unit.
Public fieldStatic memberTIME_PERIOD
The time period unit.
Public fieldvalue__
Public fieldStatic memberWHEN_EXPRESSION
The unit representing a when-expression.
Top
Extension Methods
  NameDescription
Public Extension MethodGetText (Defined by OutputLimitUnitExtensions.)
Top
See Also