Click or drag to resize

ProjectedStream Class

Abstract base class for streams that can be projected via views providing data window, uniqueness or other projections or deriving further information from streams.
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 ProjectedStream : Stream

The ProjectedStream type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIsRetainIntersection
Returns true if multiple data window shall be treated as an intersection.
Public propertyIsRetainUnion
Returns true if multiple data window shall be treated as a union.
Public propertyIsUnidirectional
Returns true if the stream as unidirectional, for use in unidirectional joins.
Public propertyStreamName
Returns the stream name.
(Inherited from Stream.)
Public propertyViews
Returns the list of views added to the stream.
Top
Methods
See Also