Click or drag to resize

Stream Class

An abstract base class for a named or unnamed stream.

Named streams provide an as-name for the stream, for example "select * from MyEvents(id=10) as StreamZero". Unnamed streams provide no as-name for the stream, for example "select * from MyEvents(id=10)".

Inheritance Hierarchy

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public abstract class Stream

The Stream type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyStreamName
Returns the stream name.
Top
Methods
  NameDescription
Public methodToEPL
Renders the clause in textual representation.
Public methodToEPLStream
Renders the stream in textual representation.
Public methodToEPLStreamOptions
Renders the stream in textual representation any stream options, if present.
Public methodToEPLStreamType
Renders the stream type under a non-complete textual representation for tool use
Top
See Also