Skip to content

/AWS1/CL_IOADSCONTENTSUMMARY

Summary information about dataset contents.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_version TYPE /AWS1/IOADATASETCONTENTVERSION /AWS1/IOADATASETCONTENTVERSION

The version of the dataset contents.

io_status TYPE REF TO /AWS1/CL_IOADSCONTENTSTATUS /AWS1/CL_IOADSCONTENTSTATUS

The status of the dataset contents.

iv_creationtime TYPE /AWS1/IOATIMESTAMP /AWS1/IOATIMESTAMP

The actual time the creation of the dataset contents was started.

iv_scheduletime TYPE /AWS1/IOATIMESTAMP /AWS1/IOATIMESTAMP

The time the creation of the dataset contents was scheduled to start.

iv_completiontime TYPE /AWS1/IOATIMESTAMP /AWS1/IOATIMESTAMP

The time the dataset content status was updated to SUCCEEDED or FAILED.


Queryable Attributes

version

The version of the dataset contents.

Accessible with the following methods

Method Description
GET_VERSION() Getter for VERSION, with configurable default
ASK_VERSION() Getter for VERSION w/ exceptions if field has no value
HAS_VERSION() Determine if VERSION has a value

status

The status of the dataset contents.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS

creationTime

The actual time the creation of the dataset contents was started.

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

scheduleTime

The time the creation of the dataset contents was scheduled to start.

Accessible with the following methods

Method Description
GET_SCHEDULETIME() Getter for SCHEDULETIME, with configurable default
ASK_SCHEDULETIME() Getter for SCHEDULETIME w/ exceptions if field has no value
HAS_SCHEDULETIME() Determine if SCHEDULETIME has a value

completionTime

The time the dataset content status was updated to SUCCEEDED or FAILED.

Accessible with the following methods

Method Description
GET_COMPLETIONTIME() Getter for COMPLETIONTIME, with configurable default
ASK_COMPLETIONTIME() Getter for COMPLETIONTIME w/ exceptions if field has no valu
HAS_COMPLETIONTIME() Determine if COMPLETIONTIME 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_DATASETCONTENTSUMMARIES

TYPES TT_DATASETCONTENTSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOADSCONTENTSUMMARY WITH DEFAULT KEY
.