/AWS1/CL_S3TGETTBLRCEXPJOBST01¶
GetTableRecordExpirationJobStatusResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/S3TTABLERECEXPIRJOBSTAT /AWS1/S3TTABLERECEXPIRJOBSTAT¶
The current status of the most recent expiration job.
Optional arguments:¶
iv_lastruntimestamp TYPE /AWS1/S3TTIMESTAMP /AWS1/S3TTIMESTAMP¶
The timestamp when the expiration job was last executed.
iv_failuremessage TYPE /AWS1/S3TSTRING /AWS1/S3TSTRING¶
If the job failed, this field contains an error message describing the failure reason.
io_metrics TYPE REF TO /AWS1/CL_S3TTBLRECEXPIRJOBMET /AWS1/CL_S3TTBLRECEXPIRJOBMET¶
Metrics about the most recent expiration job execution, including the number of records and files deleted.
Queryable Attributes¶
status¶
The current status of the most recent expiration job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
lastRunTimestamp¶
The timestamp when the expiration job was last executed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTRUNTIMESTAMP() |
Getter for LASTRUNTIMESTAMP, with configurable default |
ASK_LASTRUNTIMESTAMP() |
Getter for LASTRUNTIMESTAMP w/ exceptions if field has no va |
HAS_LASTRUNTIMESTAMP() |
Determine if LASTRUNTIMESTAMP has a value |
failureMessage¶
If the job failed, this field contains an error message describing the failure reason.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREMESSAGE() |
Getter for FAILUREMESSAGE, with configurable default |
ASK_FAILUREMESSAGE() |
Getter for FAILUREMESSAGE w/ exceptions if field has no valu |
HAS_FAILUREMESSAGE() |
Determine if FAILUREMESSAGE has a value |
metrics¶
Metrics about the most recent expiration job execution, including the number of records and files deleted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METRICS() |
Getter for METRICS |