PostExplainAqlQueryResponseNodeEstimatedCost Property |
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public decimal? EstimatedCost { get; set; }
Public Property EstimatedCost As Decimal?
Get
Set
public:
property Nullable<Decimal> EstimatedCost {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
member EstimatedCost : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimalSee Also