Click or drag to resize

ConfigurationCompilerViewResources Properties

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