Click or drag to resize

ConfigurationRuntimeMetricsReportingStatementInterval Property

Returns the statement metrics production interval in milliseconds, unless statement groups have been defined that override this setting for certain statements.

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

Return Value

Type: Int64
statement metrics production interval
See Also