 | ConfigurationRuntimeMetricsReportingStmtGroupMetricsIsDefaultInclude Property |
If this flag is set then all statement names are automatically included in this
statement group, and through exclude-pattern certain statement names can be omitted
If this flag is not set then all statement names are automatically excluded in this
statement group, and through include-pattern certain statement names can be included.
The default is false, i.e. statements must be explicitly included.
Namespace:
com.espertech.esper.common.client.configuration.runtime
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic bool IsDefaultInclude { get; set; }
Return Value
Type:
Booleantrue for include all statements, false for explicitly include
See Also