AuditSortOrder
Sort direction for audit sorting entries in a change history query.
Declaration
string AuditSortOrderPossible Values
ASCAscending order. Smallest or earliest values first.
DESCDescending order. Largest or most recent values first. Default when
orderis omitted from a sort directive.
Discussion
The AuditSortOrder controls the direction of a sort directive in an AuditQuery request. When the sorting array is omitted entirely, results default to eventTime DESC (most recent first).