 | 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
Syntaxpublic IList Patterns { get; }
Property Value
Type:
IListTlist of include and exclude pattern
See Also