Click or drag to resize

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; }

Property Value

Type: ListViewSort
See Also