[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)
Return index specs.
Namespace: net.esper.eql.join.plan
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property IndexSpecs As QueryPlanIndex() |
C# |
---|
public virtual QueryPlanIndex[] IndexSpecs { get; } |
Visual C++ |
---|
public: virtual property array<QueryPlanIndex^>^ IndexSpecs { array<QueryPlanIndex^>^ get (); } |