Click or drag to resize

PostCursorOptionsMaxPlans Property

Limits the maximum number of plans that are created by the AQL query optimizer.

Namespace:  ArangoDBNetStandard.CursorApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public long? MaxPlans { get; set; }

Property Value

Type: NullableInt64
See Also