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

Returns a list of nodes that are the lookup results per stream.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property NodesPerStream As IList(Of Node)()
C#
public IList<Node>[] NodesPerStream { get; }
Visual C++
public:
property array<IList<Node^>^>^ NodesPerStream {
	array<IList<Node^>^>^ get ();
}