Click or drag to resize

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

Property Value

Type: NullableInt32
See Also