Click or drag to resize

StreamSelector Class

Enumeration for representing selection of the remove stream or the insert stream, or both.
Inheritance Hierarchy
SystemEnum
  com.espertech.esper.common.client.sodaStreamSelector

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public sealed class StreamSelector : Enum

The StreamSelector type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberISTREAM_ONLY
Indicates selection of the insert stream only.
Public fieldStatic memberRSTREAM_ISTREAM_BOTH
Indicates selection of both the insert and the remove stream.
Public fieldStatic memberRSTREAM_ONLY
Indicates selection of the remove stream only.
Public fieldvalue__
Top
Extension Methods
  NameDescription
Public Extension MethodGetEPL (Defined by StreamSelectorExtensions.)
Top
See Also