Click or drag to resize

PostIndexBodySparse Property

Applies to indexes of type Persistent. Can be set to true to create a sparse index. Sparse indexes do not index documents for which any of the index attributes is either not set or is null.

Namespace:  ArangoDBNetStandard.IndexApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public bool? Sparse { get; set; }

Property Value

Type: NullableBoolean
See Also