Click or drag to resize

ConfigurationRuntimeMetricsReportingStmtGroupMetricsPatterns Property

Returns a list of patterns that indicate whether a statement, by the statement name matching or not matching each pattern, falls within the statement group.

Include-patterns are boolean true in the pair of pattern and boolean. Exclude-patterns are boolean false.

Namespace:  com.espertech.esper.common.client.configuration.runtime
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public IList Patterns { get; }

Property Value

Type: IListT
list of include and exclude pattern
See Also