/AWS1/CL_IOSEXPORTJOBSUMMARY¶
Contains summary information about a dataset export job.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobid TYPE /AWS1/IOSDATASETEXPORTJOBID /AWS1/IOSDATASETEXPORTJOBID¶
The unique identifier for the dataset export job.
iv_status TYPE /AWS1/IOSDSEXPORTJOBSTATUS /AWS1/IOSDSEXPORTJOBSTATUS¶
The current status of the dataset export job.
iv_startedat TYPE /AWS1/IOSTIMESTAMP00 /AWS1/IOSTIMESTAMP00¶
The timestamp when the job started processing.
iv_destinations3uri TYPE /AWS1/IOSS3URI /AWS1/IOSS3URI¶
The S3 URI where output clips are written.
Optional arguments:¶
iv_completedat TYPE /AWS1/IOSTIMESTAMP00 /AWS1/IOSTIMESTAMP00¶
The timestamp when the job completed, or null if the job is still running.
Queryable Attributes¶
jobId¶
The unique identifier for the dataset export job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
status¶
The current status of the dataset export 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 |
startedAt¶
The timestamp when the job started processing.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTEDAT() |
Getter for STARTEDAT, with configurable default |
ASK_STARTEDAT() |
Getter for STARTEDAT w/ exceptions if field has no value |
HAS_STARTEDAT() |
Determine if STARTEDAT has a value |
completedAt¶
The timestamp when the job completed, or null if the job is still running.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLETEDAT() |
Getter for COMPLETEDAT, with configurable default |
ASK_COMPLETEDAT() |
Getter for COMPLETEDAT w/ exceptions if field has no value |
HAS_COMPLETEDAT() |
Determine if COMPLETEDAT has a value |
destinationS3Uri¶
The S3 URI where output clips are written.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONS3URI() |
Getter for DESTINATIONS3URI, with configurable default |
ASK_DESTINATIONS3URI() |
Getter for DESTINATIONS3URI w/ exceptions if field has no va |
HAS_DESTINATIONS3URI() |
Determine if DESTINATIONS3URI 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_EXPORTJOBSUMMARYLIST¶
TYPES TT_EXPORTJOBSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOSEXPORTJOBSUMMARY WITH DEFAULT KEY
.