PostExplainAqlQueryResponsePlans Property |
All query execution plans. This is returned only when
AllPlans
is set to true.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public IList<PostExplainAqlQueryResponsePlan> Plans { get; set; }
Public Property Plans As IList(Of PostExplainAqlQueryResponsePlan)
Get
Set
public:
property IList<PostExplainAqlQueryResponsePlan^>^ Plans {
IList<PostExplainAqlQueryResponsePlan^>^ get ();
void set (IList<PostExplainAqlQueryResponsePlan^>^ value);
}
member Plans : IList<PostExplainAqlQueryResponsePlan> with get, set
Property Value
Type:
IListPostExplainAqlQueryResponsePlanSee Also