LinkPropertiesStoreValues Property |
Controls how the view should keep track of the
attribute values. Valid values are
NoStoreValue and
NoStoreValue.
Not to be confused with
StoredValues,
which stores attribute values in the View index.
Namespace:
ArangoDBNetStandard.ViewApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string StoreValues { get; set; }
Public Property StoreValues As String
Get
Set
public:
property String^ StoreValues {
String^ get ();
void set (String^ value);
}
member StoreValues : string with get, set
Property Value
Type:
StringSee Also