PostExplainAqlQueryResponse Class |
Namespace: ArangoDBNetStandard.AqlFunctionApi.Models
The PostExplainAqlQueryResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | PostExplainAqlQueryResponse | Initializes a new instance of the PostExplainAqlQueryResponse class |
Name | Description | |
---|---|---|
![]() | Cacheable |
Indicates whether the query results can be
cached on the server if the query result
cache were used.
|
![]() | Code |
The HTTP status code.
(Inherited from ResponseBase.) |
![]() | Error |
Indicates whether an error occurred
(Inherited from ResponseBase.) |
![]() | Plan |
The query execution plan.
|
![]() | Plans |
All query execution plans. This is returned only when
AllPlans
is set to true.
|
![]() | Stats |
Optimizer statistics.
|
![]() | Warnings |
An array of warnings that occurred during
optimization or execution plan creation.
|
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.) |