Click or drag to resize

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; }

Property Value

Type: IListPostExplainAqlQueryResponseNode
See Also