/AWS1/CL_TSWBATCHLOADTASKDESC¶
Details about a batch load task.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_taskid TYPE /AWS1/TSWBATCHLOADTASKID /AWS1/TSWBATCHLOADTASKID¶
The ID of the batch load task.
iv_errormessage TYPE /AWS1/TSWSTRINGVALUE2048 /AWS1/TSWSTRINGVALUE2048¶
io_datasourceconfiguration TYPE REF TO /AWS1/CL_TSWDATASOURCECONF /AWS1/CL_TSWDATASOURCECONF¶
Configuration details about the data source for a batch load task.
io_progressreport TYPE REF TO /AWS1/CL_TSWBATCHLOADPRGSSRPT /AWS1/CL_TSWBATCHLOADPRGSSRPT¶
io_reportconfiguration TYPE REF TO /AWS1/CL_TSWREPORTCONF /AWS1/CL_TSWREPORTCONF¶
Report configuration for a batch load task. This contains details about where error reports are stored.
io_datamodelconfiguration TYPE REF TO /AWS1/CL_TSWDATAMODELCONF /AWS1/CL_TSWDATAMODELCONF¶
Data model configuration for a batch load task. This contains details about where a data model for a batch load task is stored.
iv_targetdatabasename TYPE /AWS1/TSWRESOURCENAME /AWS1/TSWRESOURCENAME¶
iv_targettablename TYPE /AWS1/TSWRESOURCENAME /AWS1/TSWRESOURCENAME¶
iv_taskstatus TYPE /AWS1/TSWBATCHLOADSTATUS /AWS1/TSWBATCHLOADSTATUS¶
Status of the batch load task.
iv_recordversion TYPE /AWS1/TSWRECORDVERSION /AWS1/TSWRECORDVERSION¶
iv_creationtime TYPE /AWS1/TSWDATE /AWS1/TSWDATE¶
The time when the Timestream batch load task was created.
iv_lastupdatedtime TYPE /AWS1/TSWDATE /AWS1/TSWDATE¶
The time when the Timestream batch load task was last updated.
iv_resumableuntil TYPE /AWS1/TSWDATE /AWS1/TSWDATE¶
Queryable Attributes¶
TaskId¶
The ID of the batch load task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKID() |
Getter for TASKID, with configurable default |
ASK_TASKID() |
Getter for TASKID w/ exceptions if field has no value |
HAS_TASKID() |
Determine if TASKID has a value |
ErrorMessage¶
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 |
DataSourceConfiguration¶
Configuration details about the data source for a batch load task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASOURCECONFIGURATION() |
Getter for DATASOURCECONFIGURATION |
ProgressReport¶
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROGRESSREPORT() |
Getter for PROGRESSREPORT |
ReportConfiguration¶
Report configuration for a batch load task. This contains details about where error reports are stored.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPORTCONFIGURATION() |
Getter for REPORTCONFIGURATION |
DataModelConfiguration¶
Data model configuration for a batch load task. This contains details about where a data model for a batch load task is stored.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATAMODELCONFIGURATION() |
Getter for DATAMODELCONFIGURATION |
TargetDatabaseName¶
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETDATABASENAME() |
Getter for TARGETDATABASENAME, with configurable default |
ASK_TARGETDATABASENAME() |
Getter for TARGETDATABASENAME w/ exceptions if field has no |
HAS_TARGETDATABASENAME() |
Determine if TARGETDATABASENAME has a value |
TargetTableName¶
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETTABLENAME() |
Getter for TARGETTABLENAME, with configurable default |
ASK_TARGETTABLENAME() |
Getter for TARGETTABLENAME w/ exceptions if field has no val |
HAS_TARGETTABLENAME() |
Determine if TARGETTABLENAME has a value |
TaskStatus¶
Status of the batch load task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKSTATUS() |
Getter for TASKSTATUS, with configurable default |
ASK_TASKSTATUS() |
Getter for TASKSTATUS w/ exceptions if field has no value |
HAS_TASKSTATUS() |
Determine if TASKSTATUS has a value |
RecordVersion¶
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORDVERSION() |
Getter for RECORDVERSION |
CreationTime¶
The time when the Timestream batch load task was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
LastUpdatedTime¶
The time when the Timestream batch load task was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME has a value |
ResumableUntil¶
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESUMABLEUNTIL() |
Getter for RESUMABLEUNTIL, with configurable default |
ASK_RESUMABLEUNTIL() |
Getter for RESUMABLEUNTIL w/ exceptions if field has no valu |
HAS_RESUMABLEUNTIL() |
Determine if RESUMABLEUNTIL has a value |