IndexResponseBaseSelectivityEstimate Property |
Namespace:
ArangoDBNetStandard.IndexApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public double? SelectivityEstimate { get; set; }
Public Property SelectivityEstimate As Double?
Get
Set
public:
virtual property Nullable<double> SelectivityEstimate {
Nullable<double> get () sealed;
void set (Nullable<double> value) sealed;
}
abstract SelectivityEstimate : Nullable<float> with get, set
override SelectivityEstimate : Nullable<float> with get, set
Property Value
Type:
NullableDoubleImplements
IIndexResponseSelectivityEstimateSee Also