PostExplainAqlQueryBodyOptionsMaxNumberOfPlans Property |
An optional maximum number of plans that the
optimizer is allowed to generate. Setting this
attribute to a low value allows to put a cap on
the amount of work the optimizer does.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public int? MaxNumberOfPlans { get; set; }
Public Property MaxNumberOfPlans As Integer?
Get
Set
public:
property Nullable<int> MaxNumberOfPlans {
Nullable<int> get ();
void set (Nullable<int> value);
}
member MaxNumberOfPlans : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also