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
Syntaxpublic List<ViewStoredValue> StoredValues { get; set; }Public Property StoredValues As List(Of ViewStoredValue)
	Get
	Set
public:
property List<ViewStoredValue^>^ StoredValues {
	List<ViewStoredValue^>^ get ();
	void set (List<ViewStoredValue^>^ value);
}member StoredValues : List<ViewStoredValue> with get, set
Property Value
Type: 
ListViewStoredValue
See Also