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; }
Public Property EstimatedCost As Integer?
Get
Set
public:
property Nullable<int> EstimatedCost {
Nullable<int> get ();
void set (Nullable<int> value);
}
member EstimatedCost : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also