Click or drag to resize

ConfigurationCompilerViewResourcesOutputLimitOpt Property

Sets indicator whether for output limiting the options are enabled by default. Has the same effect as adding "@hint("ENABLE_OUTPUTLIMIT_OPT") to all statements (true by default).

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

Property Value

Type: Boolean
flag
See Also