Click or drag to resize

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 Value

Type: NullableBoolean
See Also