![]() | ConfigurationCompilerViewResources Class |
Namespace: com.espertech.esper.common.client.configuration.compiler
[SerializableAttribute] public class ConfigurationCompilerViewResources
The ConfigurationCompilerViewResources type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsIterableUnbound |
Returns flag to indicate unbound statements are iterable and return the last event.
|
![]() | IsOutputLimitOpt |
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).
|
![]() | IterableUnbound |
Sets flag to indicate unbound statements are iterable and return the last event.
|
![]() | OutputLimitOpt |
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).
|