/AWS1/CL_GLALISTMPUPLOADSOUT¶
Contains the Amazon S3 Glacier response to your request.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_uploadslist TYPE /AWS1/CL_GLAUPLOADLISTELEMENT=>TT_UPLOADSLIST TT_UPLOADSLIST¶
A list of in-progress multipart uploads.
iv_marker TYPE /AWS1/GLASTRING /AWS1/GLASTRING¶
An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is
null.
Queryable Attributes¶
UploadsList¶
A list of in-progress multipart uploads.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPLOADSLIST() |
Getter for UPLOADSLIST, with configurable default |
ASK_UPLOADSLIST() |
Getter for UPLOADSLIST w/ exceptions if field has no value |
HAS_UPLOADSLIST() |
Determine if UPLOADSLIST has a value |
Marker¶
An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is
null.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MARKER() |
Getter for MARKER, with configurable default |
ASK_MARKER() |
Getter for MARKER w/ exceptions if field has no value |
HAS_MARKER() |
Determine if MARKER has a value |