LinkPropertiesTrackListPositions Property |
If set to true, then for array values track the value
position in arrays. E.g., when querying for the input
{ attr: [ "valueX", "valueY", "valueZ" ] }, the user
must specify: doc.attr[1] == "valueY". Otherwise, all
values in an array are treated as equal alternatives.
E.g., when querying for the input
{ attr: [ "valueX", "valueY", "valueZ" ] }, the user
must specify: doc.attr == "valueY"
Namespace:
ArangoDBNetStandard.ViewApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool TrackListPositions { get; set; }
Public Property TrackListPositions As Boolean
Get
Set
public:
property bool TrackListPositions {
bool get ();
void set (bool value);
}
member TrackListPositions : bool with get, set
Property Value
Type:
BooleanSee Also