/AWS1/CL_CNTDOWNLOADURLMET¶
Metadata used to download the attached file.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_url TYPE /AWS1/CNTMETADATAURL /AWS1/CNTMETADATAURL¶
A pre-signed URL that should be used to download the attached file.
iv_urlexpiry TYPE /AWS1/CNTISO8601DATETIME /AWS1/CNTISO8601DATETIME¶
The expiration time of the URL in ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
Queryable Attributes¶
Url¶
A pre-signed URL that should be used to download the attached file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URL() |
Getter for URL, with configurable default |
ASK_URL() |
Getter for URL w/ exceptions if field has no value |
HAS_URL() |
Determine if URL has a value |
UrlExpiry¶
The expiration time of the URL in ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URLEXPIRY() |
Getter for URLEXPIRY, with configurable default |
ASK_URLEXPIRY() |
Getter for URLEXPIRY w/ exceptions if field has no value |
HAS_URLEXPIRY() |
Determine if URLEXPIRY has a value |