PostExplainAqlQueryBodyOptions Class |
Namespace: ArangoDBNetStandard.AqlFunctionApi.Models
The PostExplainAqlQueryBodyOptions type exposes the following members.
Name | Description | |
---|---|---|
PostExplainAqlQueryBodyOptions | Initializes a new instance of the PostExplainAqlQueryBodyOptions class |
Name | Description | |
---|---|---|
AllPlans |
If set to true, all possible execution plans
will be returned. The default is false, meaning
only the optimal plan will be returned.
| |
MaxNumberOfPlans |
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.
| |
Optimizer |
Options related to the query optimizer.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |