Click or drag to resize

ConditionPatternSubexpressionMax Class

Indicates that the followed-by pattern operator, when parameterized with a max number of sub-expressions, has reached that limit at runtime.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.hook.conditionConditionPatternSubexpressionMax

Namespace:  com.espertech.esper.common.client.hook.condition
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class ConditionPatternSubexpressionMax : BaseCondition

The ConditionPatternSubexpressionMax type exposes the following members.

Constructors
  NameDescription
Public methodConditionPatternSubexpressionMax
Ctor.
Top
Properties
  NameDescription
Public propertyMax
Returns the limit reached.
Top
See Also