Share via


SortDirectionEnum type

Sorting is supported for columns in ItemDetailsReport. This object define sorting direction.
KnownSortDirectionEnum can be used interchangeably with SortDirectionEnum, this enum contains the known values that the service supports.

Known values supported by the service

Desc: Descending order for query result.
Asc: Ascending order for query result.

type SortDirectionEnum = string