Click or drag to resize

PostExplainAqlQueryResponsePlanEstimatedCost Property

The total estimated cost for the plan. If there are multiple plans, the optimizer will choose the plan with the lowest total cost.

Namespace:  ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public int? EstimatedCost { get; set; }

Property Value

Type: NullableInt32
See Also