PostExplainAqlQueryResponsePlanNodes Property |
The array of execution nodes of the plan.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public IList<PostExplainAqlQueryResponseNode> Nodes { get; set; }
Public Property Nodes As IList(Of PostExplainAqlQueryResponseNode)
Get
Set
public:
property IList<PostExplainAqlQueryResponseNode^>^ Nodes {
IList<PostExplainAqlQueryResponseNode^>^ get ();
void set (IList<PostExplainAqlQueryResponseNode^>^ value);
}
member Nodes : IList<PostExplainAqlQueryResponseNode> with get, set
Property Value
Type:
IListPostExplainAqlQueryResponseNodeSee Also