[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Returns the FROM-clause stream definitions.
Namespace: net.esper.eql.spec
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property StreamSpecs As IList(Of StreamSpec) |
C# |
---|
public IList<StreamSpec> StreamSpecs { get; } |
Visual C++ |
---|
public: property IList<StreamSpec^>^ StreamSpecs { IList<StreamSpec^>^ get (); } |