SortDirection
org.sagebionetworks.repo.model.table.SortDirection
Optional sort direction. Default is the default mysql sort direction for that type.
Enumeration
| name | description |
|---|---|
| ASC | Sort in ascending order (A-Z, 0-9). |
| DESC | Sort in descending order (Z-A, 9-0). |