/AWS1/CL_M2_DSIMPORTSUMMARY¶
Represents a summary of data set imports.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_total TYPE /AWS1/M2_INTEGER /AWS1/M2_INTEGER¶
The total number of data set imports.
iv_succeeded TYPE /AWS1/M2_INTEGER /AWS1/M2_INTEGER¶
The number of data set imports that have succeeded.
iv_failed TYPE /AWS1/M2_INTEGER /AWS1/M2_INTEGER¶
The number of data set imports that have failed.
iv_pending TYPE /AWS1/M2_INTEGER /AWS1/M2_INTEGER¶
The number of data set imports that are pending.
iv_inprogress TYPE /AWS1/M2_INTEGER /AWS1/M2_INTEGER¶
The number of data set imports that are in progress.
Queryable Attributes¶
total¶
The total number of data set imports.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTAL() |
Getter for TOTAL |
succeeded¶
The number of data set imports that have succeeded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCEEDED() |
Getter for SUCCEEDED |
failed¶
The number of data set imports that have failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILED() |
Getter for FAILED |
pending¶
The number of data set imports that are pending.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PENDING() |
Getter for PENDING |
inProgress¶
The number of data set imports that are in progress.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPROGRESS() |
Getter for INPROGRESS |