Click or drag to resize

ConfigurationRuntimeMetricsReportingStatementGroups Property

Returns a map of statement group and metrics configuration for the statement group.

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

Property Value

Type: IDictionaryTKey, TValue
map of statement group and metrics configuration
See Also