Contents

AuditSortOrder

Sort direction for audit sorting entries in a change history query.

Declaration

string AuditSortOrder

Possible Values

ASC

Ascending order. Smallest or earliest values first.

DESC

Descending order. Largest or most recent values first. Default when order is 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).

See Also