Click or drag to resize

PostExplainAqlQueryBodyOptions Properties

The PostExplainAqlQueryBodyOptions type exposes the following members.

Properties
  NameDescription
Public propertyAllPlans
If set to true, all possible execution plans will be returned. The default is false, meaning only the optimal plan will be returned.
Public propertyMaxNumberOfPlans
An optional maximum number of plans that the optimizer is allowed to generate. Setting this attribute to a low value allows to put a cap on the amount of work the optimizer does.
Public propertyOptimizer
Options related to the query optimizer.
Top
See Also