[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Enumeration for representing select-clause selection of the remove stream or the insert stream, or both.

Namespace: net.esper.eql.spec
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Enumeration SelectClauseStreamSelectorEnum
C#
public enum SelectClauseStreamSelectorEnum
Visual C++
public enum class SelectClauseStreamSelectorEnum

Members

ClassDescription
ISTREAM_ONLY
Indicates selection of the insert stream only.

RSTREAM_ISTREAM_BOTH
Indicates selection of both the insert and the remove stream.

RSTREAM_ONLY
Indicates selection of the remove stream only.