PostExplainAqlQueryResponse Properties |
The PostExplainAqlQueryResponse type exposes the following members.
| 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.
|