IIndexResponseEstimates Property |
Supported by indexes of type
Persistent.
Indicates whether index selectivity estimates are maintained for the index.
Namespace:
ArangoDBNetStandard.IndexApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax bool? Estimates { get; set; }
Property Estimates As Boolean?
Get
Set
property Nullable<bool> Estimates {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
abstract Estimates : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also