Click or drag to resize

PostExplainAqlQueryResponse Properties

The PostExplainAqlQueryResponse type exposes the following members.

Properties
  NameDescription
Public propertyCacheable
Indicates whether the query results can be cached on the server if the query result cache were used.
Public propertyCode
The HTTP status code.
(Inherited from ResponseBase.)
Public propertyError
Indicates whether an error occurred
(Inherited from ResponseBase.)
Public propertyPlan
The query execution plan.
Public propertyPlans
All query execution plans. This is returned only when AllPlans is set to true.
Public propertyStats
Optimizer statistics.
Public propertyWarnings
An array of warnings that occurred during optimization or execution plan creation.
Top
See Also