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; }
Public Property Sort As String
Get
Set
public:
property String^ Sort {
String^ get ();
void set (String^ value);
}
member Sort : string with get, set
Property Value
Type:
StringSee Also