Click or drag to resize

ConfigurationCompilerViewResources Class

Holds view resources settings.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.compilerConfigurationCompilerViewResources

Namespace:  com.espertech.esper.common.client.configuration.compiler
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ConfigurationCompilerViewResources

The ConfigurationCompilerViewResources type exposes the following members.

Properties
  NameDescription
Public propertyIsIterableUnbound
Returns flag to indicate unbound statements are iterable and return the last event.
Public propertyIsOutputLimitOpt
Returns 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).
Public propertyIterableUnbound
Sets flag to indicate unbound statements are iterable and return the last event.
Public propertyOutputLimitOpt
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).
Top
See Also