Click or drag to resize

PostExplainAqlQueryResponsePlan Properties

The PostExplainAqlQueryResponsePlan type exposes the following members.

Properties
  NameDescription
Public propertyCollections
An array of collections used in the query
Public propertyEstimatedCost
The total estimated cost for the plan. If there are multiple plans, the optimizer will choose the plan with the lowest total cost.
Public propertyEstimatedNrItems
See https://www.arangodb.com/docs/stable/http/aql-query.html#explain-an-aql-query
Public propertyIsModificationQuery
See https://www.arangodb.com/docs/stable/http/aql-query.html#explain-an-aql-query
Public propertyNodes
The array of execution nodes of the plan.
Public propertyRules
An array of rules the optimizer applied.
Public propertyVariables
Array of variables used in the query (note: this may contain internal variables created by the optimizer)
Top
See Also