/AWS1/CL_CNTSTRTATTFILEUPLOA01¶
Response from StartAttachedFileUpload API.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_filearn TYPE /AWS1/CNTARN /AWS1/CNTARN¶
The unique identifier of the attached file resource (ARN).
iv_fileid TYPE /AWS1/CNTFILEID /AWS1/CNTFILEID¶
The unique identifier of the attached file resource.
iv_creationtime TYPE /AWS1/CNTISO8601DATETIME /AWS1/CNTISO8601DATETIME¶
The time of Creation of the file resource as an ISO timestamp. It's specified in ISO 8601 format:
yyyy-MM-ddThh:mm:ss.SSSZ. For example,2024-05-03T02:41:28.172Z.
iv_filestatus TYPE /AWS1/CNTFILESTATUSTYPE /AWS1/CNTFILESTATUSTYPE¶
The current status of the attached file.
io_createdby TYPE REF TO /AWS1/CL_CNTCREATEDBYINFO /AWS1/CL_CNTCREATEDBYINFO¶
Represents the identity that created the file.
io_uploadurlmetadata TYPE REF TO /AWS1/CL_CNTUPLOADURLMETADATA /AWS1/CL_CNTUPLOADURLMETADATA¶
The headers to be provided while uploading the file to the URL.
Queryable Attributes¶
FileArn¶
The unique identifier of the attached file resource (ARN).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILEARN() |
Getter for FILEARN, with configurable default |
ASK_FILEARN() |
Getter for FILEARN w/ exceptions if field has no value |
HAS_FILEARN() |
Determine if FILEARN has a value |
FileId¶
The unique identifier of the attached file resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILEID() |
Getter for FILEID, with configurable default |
ASK_FILEID() |
Getter for FILEID w/ exceptions if field has no value |
HAS_FILEID() |
Determine if FILEID has a value |
CreationTime¶
The time of Creation of the file resource as an ISO timestamp. It's specified in ISO 8601 format:
yyyy-MM-ddThh:mm:ss.SSSZ. For example,2024-05-03T02:41:28.172Z.
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 |
FileStatus¶
The current status of the attached file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILESTATUS() |
Getter for FILESTATUS, with configurable default |
ASK_FILESTATUS() |
Getter for FILESTATUS w/ exceptions if field has no value |
HAS_FILESTATUS() |
Determine if FILESTATUS has a value |
CreatedBy¶
Represents the identity that created the file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY |
UploadUrlMetadata¶
The headers to be provided while uploading the file to the URL.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPLOADURLMETADATA() |
Getter for UPLOADURLMETADATA |