SortObject¶
Example Json Object
1{
2 "unsorted": true,
3 "sorted": true,
4 "empty": true
5}
📄 Description: SortObject is a data structure that facilitates the organization and prioritization of data sets based on specified criteria, enhancing data retrieval efficiency and decision-making processes within business applications.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
unsorted |
boolean |
false |
none |
Indicates whether the sorting of the data is to be maintained in its original order, providing flexibility in data presentation for business analysis. |
sorted |
boolean |
false |
none |
Indicates whether the results should be sorted in a specified order, enhancing data retrieval efficiency and usability. |
empty |
boolean |
false |
none |
Whether the result set is empty |