Click or drag to resize

ViewDetailsStoredValues Property

An array of objects to describe which document attributes to store in the View index (introduced in v3.7.1). It can then cover search queries, which means the data can be taken from the index directly and accessing the storage engine can be avoided.

Namespace:  ArangoDBNetStandard.ViewApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public List<ViewStoredValue> StoredValues { get; set; }

Property Value

Type: ListViewStoredValue
See Also