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

Returns true if insert (new data) events are fed, or false for remove (old data) events are fed.

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

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property IsStream As Boolean
C#
public virtual bool IsStream { get; }
Visual C++
public:
virtual property bool IsStream {
	bool get ();
}

Return Value

true for insert stream, false for remove stream