/AWS1/CL_QSTSNAPJOBRSLTFILEGRP¶
A structure that contains information on the generated snapshot file groups.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_files TYPE /AWS1/CL_QSTSNAPSHOTFILE=>TT_SNAPSHOTFILELIST TT_SNAPSHOTFILELIST¶
A list of
SnapshotFileobjects.
it_s3results TYPE /AWS1/CL_QSTSNAPJOBS3RESULT=>TT_SNAPSHOTJOBS3RESULTLIST TT_SNAPSHOTJOBS3RESULTLIST¶
A list of
SnapshotJobS3Resultobjects.
Queryable Attributes¶
Files¶
A list of
SnapshotFileobjects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILES() |
Getter for FILES, with configurable default |
ASK_FILES() |
Getter for FILES w/ exceptions if field has no value |
HAS_FILES() |
Determine if FILES has a value |
S3Results¶
A list of
SnapshotJobS3Resultobjects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3RESULTS() |
Getter for S3RESULTS, with configurable default |
ASK_S3RESULTS() |
Getter for S3RESULTS w/ exceptions if field has no value |
HAS_S3RESULTS() |
Determine if S3RESULTS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SNAPJOBRESULTFILEGROUPLIST¶
TYPES TT_SNAPJOBRESULTFILEGROUPLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTSNAPJOBRSLTFILEGRP WITH DEFAULT KEY
.