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

Returns rows per stream.

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

Syntax

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

Return Value

rows per stream