/AWS1/CL_GLAINITIATEJOBOUTPUT¶
Contains the Amazon S3 Glacier response to your request.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_location
TYPE /AWS1/GLASTRING
/AWS1/GLASTRING
¶
The relative URI path of the job.
iv_jobid
TYPE /AWS1/GLASTRING
/AWS1/GLASTRING
¶
The ID of the job.
iv_joboutputpath
TYPE /AWS1/GLASTRING
/AWS1/GLASTRING
¶
The path to the location of where the select results are stored.
Queryable Attributes¶
location¶
The relative URI path of the job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LOCATION() |
Getter for LOCATION, with configurable default |
ASK_LOCATION() |
Getter for LOCATION w/ exceptions if field has no value |
HAS_LOCATION() |
Determine if LOCATION has a value |
jobId¶
The ID of the 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 |
jobOutputPath¶
The path to the location of where the select results are stored.
Accessible with the following methods¶
Method | Description |
---|---|
GET_JOBOUTPUTPATH() |
Getter for JOBOUTPUTPATH, with configurable default |
ASK_JOBOUTPUTPATH() |
Getter for JOBOUTPUTPATH w/ exceptions if field has no value |
HAS_JOBOUTPUTPATH() |
Determine if JOBOUTPUTPATH has a value |