/AWS1/CL_CWLSCHEDULEDQUERYDST¶
Information about a destination where scheduled query results are processed and delivered.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_destinationtype TYPE /AWS1/CWLSCHEDULEDQUERYDSTTYPE /AWS1/CWLSCHEDULEDQUERYDSTTYPE¶
The type of destination (S3).
iv_destinationidentifier TYPE /AWS1/CWLSTRING /AWS1/CWLSTRING¶
The destination identifier (S3 URI).
iv_status TYPE /AWS1/CWLACTIONSTATUS /AWS1/CWLACTIONSTATUS¶
The processing status for this destination (IN_PROGRESS, ERROR, FAILED, or COMPLETE).
iv_processedidentifier TYPE /AWS1/CWLSTRING /AWS1/CWLSTRING¶
The processed identifier returned for the destination (S3 key).
iv_errormessage TYPE /AWS1/CWLSTRING /AWS1/CWLSTRING¶
Error message if the destination processing failed.
Queryable Attributes¶
destinationType¶
The type of destination (S3).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONTYPE() |
Getter for DESTINATIONTYPE, with configurable default |
ASK_DESTINATIONTYPE() |
Getter for DESTINATIONTYPE w/ exceptions if field has no val |
HAS_DESTINATIONTYPE() |
Determine if DESTINATIONTYPE has a value |
destinationIdentifier¶
The destination identifier (S3 URI).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONIDENTIFIER() |
Getter for DESTINATIONIDENTIFIER, with configurable default |
ASK_DESTINATIONIDENTIFIER() |
Getter for DESTINATIONIDENTIFIER w/ exceptions if field has |
HAS_DESTINATIONIDENTIFIER() |
Determine if DESTINATIONIDENTIFIER has a value |
status¶
The processing status for this destination (IN_PROGRESS, ERROR, FAILED, or COMPLETE).
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 |
processedIdentifier¶
The processed identifier returned for the destination (S3 key).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROCESSEDIDENTIFIER() |
Getter for PROCESSEDIDENTIFIER, with configurable default |
ASK_PROCESSEDIDENTIFIER() |
Getter for PROCESSEDIDENTIFIER w/ exceptions if field has no |
HAS_PROCESSEDIDENTIFIER() |
Determine if PROCESSEDIDENTIFIER has a value |
errorMessage¶
Error message if the destination processing failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE 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_SCHEDULEDQUERYDSTLIST¶
TYPES TT_SCHEDULEDQUERYDSTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWLSCHEDULEDQUERYDST WITH DEFAULT KEY
.