/AWS1/CL_OMXREADSETUPLOADPAR01¶
The metadata of a single part of a file that was added to a multipart upload. A list of these parts is returned in the response to the ListReadSetUploadParts API.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_partnumber
TYPE /AWS1/OMXINTEGER
/AWS1/OMXINTEGER
¶
The number identifying the part in an upload.
iv_partsize
TYPE /AWS1/OMXLONG
/AWS1/OMXLONG
¶
The size of the the part in an upload.
iv_partsource
TYPE /AWS1/OMXREADSETPARTSOURCE
/AWS1/OMXREADSETPARTSOURCE
¶
The origin of the part being direct uploaded.
iv_checksum
TYPE /AWS1/OMXSTRING
/AWS1/OMXSTRING
¶
A unique identifier used to confirm that parts are being added to the correct upload.
Optional arguments:¶
iv_creationtime
TYPE /AWS1/OMXTIMESTAMP
/AWS1/OMXTIMESTAMP
¶
The time stamp for when a direct upload was created.
iv_lastupdatedtime
TYPE /AWS1/OMXTIMESTAMP
/AWS1/OMXTIMESTAMP
¶
The time stamp for the most recent update to an uploaded part.
Queryable Attributes¶
partNumber¶
The number identifying the part in an upload.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PARTNUMBER() |
Getter for PARTNUMBER, with configurable default |
ASK_PARTNUMBER() |
Getter for PARTNUMBER w/ exceptions if field has no value |
HAS_PARTNUMBER() |
Determine if PARTNUMBER has a value |
partSize¶
The size of the the part in an upload.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PARTSIZE() |
Getter for PARTSIZE, with configurable default |
ASK_PARTSIZE() |
Getter for PARTSIZE w/ exceptions if field has no value |
HAS_PARTSIZE() |
Determine if PARTSIZE has a value |
partSource¶
The origin of the part being direct uploaded.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PARTSOURCE() |
Getter for PARTSOURCE, with configurable default |
ASK_PARTSOURCE() |
Getter for PARTSOURCE w/ exceptions if field has no value |
HAS_PARTSOURCE() |
Determine if PARTSOURCE has a value |
checksum¶
A unique identifier used to confirm that parts are being added to the correct upload.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CHECKSUM() |
Getter for CHECKSUM, with configurable default |
ASK_CHECKSUM() |
Getter for CHECKSUM w/ exceptions if field has no value |
HAS_CHECKSUM() |
Determine if CHECKSUM has a value |
creationTime¶
The time stamp for when a direct upload was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
lastUpdatedTime¶
The time stamp for the most recent update to an uploaded part.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME 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_READSETUPLOADPARTLIST
¶
TYPES TT_READSETUPLOADPARTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OMXREADSETUPLOADPAR01 WITH DEFAULT KEY
.