PostIndexBodyEstimates Property |
Supported by indexes of type
Persistent. Defaults to true if not set.
This property controls whether index selectivity estimates are maintained for the index.
Namespace:
ArangoDBNetStandard.IndexApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? Estimates { get; set; }
Public Property Estimates As Boolean?
Get
Set
public:
property Nullable<bool> Estimates {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Estimates : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also