/AWS1/CL_BURLISTSRCHJOBSOUTPUT¶
ListSearchJobsOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_searchjobs TYPE /AWS1/CL_BURSEARCHJOBSUMMARY=>TT_SEARCHJOBS TT_SEARCHJOBS¶
The search jobs among the list, with details of the returned search jobs.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BURSTRING /AWS1/BURSTRING¶
The next item following a partial list of returned backups included in a search job.
For example, if a request is made to return
MaxResultsnumber of backups,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.
Queryable Attributes¶
SearchJobs¶
The search jobs among the list, with details of the returned search jobs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEARCHJOBS() |
Getter for SEARCHJOBS, with configurable default |
ASK_SEARCHJOBS() |
Getter for SEARCHJOBS w/ exceptions if field has no value |
HAS_SEARCHJOBS() |
Determine if SEARCHJOBS has a value |
NextToken¶
The next item following a partial list of returned backups included in a search job.
For example, if a request is made to return
MaxResultsnumber of backups,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |