Click or drag to resize

EPDataFlowInstantiationOptionsWithOperatorStatistics Method

Sets indicator whether to collect operator statistics.

Namespace:  com.espertech.esper.common.client.dataflow.core
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public EPDataFlowInstantiationOptions WithOperatorStatistics(
	bool statistics
)

Parameters

statistics
Type: SystemBoolean
operator stats indicator

Return Value

Type: EPDataFlowInstantiationOptions
this options object
See Also