Click or drag to resize

MatchRecognizeRegExRepeatSingle Property

Gets or sets the single exact-match repetition, should be null if low or high is provided.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public Expression Single { get; set; }

Property Value

Type: Expression
The single.
See Also