PostExplainAqlQueryResponseIndexEstimates Property |
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? Estimates { get; set; }
Public Property Estimates As Boolean?
Get
Set
public:
virtual property Nullable<bool> Estimates {
Nullable<bool> get () sealed;
void set (Nullable<bool> value) sealed;
}
abstract Estimates : Nullable<bool> with get, set
override Estimates : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanImplements
IIndexResponseEstimatesSee Also