Click or drag to resize

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
Syntax
C#
public bool IsDefaultInclude { get; set; }

Return Value

Type: Boolean
true for include all statements, false for explicitly include
See Also