PostExplainAqlQueryBodyOptionsAllPlans Property |
If set to true, all possible execution plans
will be returned. The default is false, meaning
only the optimal plan will be returned.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? AllPlans { get; set; }
Public Property AllPlans As Boolean?
Get
Set
public:
property Nullable<bool> AllPlans {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member AllPlans : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also