/AWS1/CL_IOSBTCDELSDATASEGRSP¶
BatchDeleteDatasetDataSegmentsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_datasetid TYPE /AWS1/IOSID /AWS1/IOSID¶
The ID of the dataset.
iv_datasetversion TYPE /AWS1/IOSVERSION /AWS1/IOSVERSION¶
The version of the dataset after deletion.
it_errors TYPE /AWS1/CL_IOSFAILEDDATASEGDLTN=>TT_FAILEDDATASEGMENTDELETIONS TT_FAILEDDATASEGMENTDELETIONS¶
A list of data segment deletions that failed.
Queryable Attributes¶
datasetId¶
The ID of the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETID() |
Getter for DATASETID, with configurable default |
ASK_DATASETID() |
Getter for DATASETID w/ exceptions if field has no value |
HAS_DATASETID() |
Determine if DATASETID has a value |
datasetVersion¶
The version of the dataset after deletion.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETVERSION() |
Getter for DATASETVERSION, with configurable default |
ASK_DATASETVERSION() |
Getter for DATASETVERSION w/ exceptions if field has no valu |
HAS_DATASETVERSION() |
Determine if DATASETVERSION has a value |
errors¶
A list of data segment deletions that failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORS() |
Getter for ERRORS, with configurable default |
ASK_ERRORS() |
Getter for ERRORS w/ exceptions if field has no value |
HAS_ERRORS() |
Determine if ERRORS has a value |