Click or drag to resize

ConfigurationCompilerStreamSelectionDefaultStreamSelector Property

Returns the default stream selector.

Block that select data from streams and that do not use one of the explicit stream selection keywords (istream/rstream/irstream), by default, generate selection results for the insert stream only, and not for the remove stream.

This setting can be used to change the default behavior: Use the RSTREAM_ISTREAM_BOTH value to have your statements generate both insert and remove stream results without the use of the "irstream" keyword in the select clause.

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

Property Value

Type: StreamSelector
default stream selector, which is ISTREAM_ONLY unless changed
See Also