ViewDetailsPrimarySort Property |
A primary sort order can be defined
to enable an AQL optimization.
Read more about this in the documentation.
Namespace:
ArangoDBNetStandard.ViewApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public List<ViewSort> PrimarySort { get; set; }
Public Property PrimarySort As List(Of ViewSort)
Get
Set
public:
property List<ViewSort^>^ PrimarySort {
List<ViewSort^>^ get ();
void set (List<ViewSort^>^ value);
}
member PrimarySort : List<ViewSort> with get, set
Property Value
Type:
ListViewSortSee Also