Click or drag to resize

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; }

Property Value

Type: NullableBoolean
See Also