PostExplainAqlQueryResponsePlan Class |
Namespace: ArangoDBNetStandard.AqlFunctionApi.Models
The PostExplainAqlQueryResponsePlan type exposes the following members.
Name | Description | |
---|---|---|
![]() | PostExplainAqlQueryResponsePlan | Initializes a new instance of the PostExplainAqlQueryResponsePlan class |
Name | Description | |
---|---|---|
![]() | Collections |
An array of collections used in the query
|
![]() | EstimatedCost |
The total estimated cost for the plan.
If there are multiple plans, the optimizer
will choose the plan with the lowest total cost.
|
![]() | EstimatedNrItems |
See https://www.arangodb.com/docs/stable/http/aql-query.html#explain-an-aql-query
|
![]() | IsModificationQuery |
See https://www.arangodb.com/docs/stable/http/aql-query.html#explain-an-aql-query
|
![]() | Nodes |
The array of execution nodes of the plan.
|
![]() | Rules |
An array of rules the optimizer applied.
|
![]() | Variables |
Array of variables used in the query
(note: this may contain internal
variables created by the 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.) |