Click or drag to resize

GetLogsQuerySort Property

Optional. Specify whether to sort log entries in ascending or descending order. Only SortAscending or SortDescending are accepted here. Log entries are sorted by their Id values. The default value is SortAscending.

Namespace:  ArangoDBNetStandard.AdminApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public string Sort { get; set; }

Property Value

Type: String
See Also