PostExplainAqlQueryResponsePlan Property |
The query execution plan.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public PostExplainAqlQueryResponsePlan Plan { get; set; }
Public Property Plan As PostExplainAqlQueryResponsePlan
Get
Set
public:
property PostExplainAqlQueryResponsePlan^ Plan {
PostExplainAqlQueryResponsePlan^ get ();
void set (PostExplainAqlQueryResponsePlan^ value);
}
member Plan : PostExplainAqlQueryResponsePlan with get, set
Property Value
Type:
PostExplainAqlQueryResponsePlanSee Also