/AWS1/CL_PTSSORTOBJECT¶
Defines the sorting parameters for listing resource snapshot jobs. This structure allows you to specify the field to sort by and the order of sorting.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_sortby
TYPE /AWS1/PTSSORTBY
/AWS1/PTSSORTBY
¶
Specifies the field by which to sort the resource snapshot jobs.
iv_sortorder
TYPE /AWS1/PTSSORTORDER
/AWS1/PTSSORTORDER
¶
Determines the order in which the sorted results are presented.
Queryable Attributes¶
SortBy¶
Specifies the field by which to sort the resource snapshot jobs.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SORTBY() |
Getter for SORTBY, with configurable default |
ASK_SORTBY() |
Getter for SORTBY w/ exceptions if field has no value |
HAS_SORTBY() |
Determine if SORTBY has a value |
SortOrder¶
Determines the order in which the sorted results are presented.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SORTORDER() |
Getter for SORTORDER, with configurable default |
ASK_SORTORDER() |
Getter for SORTORDER w/ exceptions if field has no value |
HAS_SORTORDER() |
Determine if SORTORDER has a value |