Click or drag to resize

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; }

Property Value

Type: IListPostExplainAqlQueryResponsePlan
See Also