Click or drag to resize

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

Property Value

Type: NullableBoolean
See Also