Open
Description
Hi Vadims
as discussed, I propose to implement a new parameter to allow for sorting.
-OrderBy
defines the property used to sort. Only some attributes are possible, specified as enum. Default order by descending, default property RequestID
-Ascending
change the order to be Descending.
-Descending
may not be required if default is assumed.
Alternative:
-OrderByDescending
Sets the order and property. An alias "-Descending" should be allowed.
-OrderByAscending
Sets the order and property. An alias "-Ascending" should be allowed.
Metadata
Metadata
Assignees
Labels
No labels