IIndexResponseSelectivityEstimate Property |
The index selectivity estimate value for the index if
Estimates is set to True.
Namespace:
ArangoDBNetStandard.IndexApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax double? SelectivityEstimate { get; set; }
Property SelectivityEstimate As Double?
Get
Set
property Nullable<double> SelectivityEstimate {
Nullable<double> get ();
void set (Nullable<double> value);
}
abstract SelectivityEstimate : Nullable<float> with get, set
Property Value
Type:
NullableDoubleSee Also