Skip to content

/AWS1/CL_IOSDELETEDATASEGENTRY

Contains information about a data segment entry to delete.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_timeseriesid TYPE /AWS1/IOSID /AWS1/IOSID

The ID of the time series.

io_starttimestamp TYPE REF TO /AWS1/CL_IOSTIMEINNANOS /AWS1/CL_IOSTIMEINNANOS

The nanosecond-precision start time of the data segment to delete.

io_endtimestamp TYPE REF TO /AWS1/CL_IOSTIMEINNANOS /AWS1/CL_IOSTIMEINNANOS

The nanosecond-precision end time of the data segment to delete.


Queryable Attributes

timeSeriesId

The ID of the time series.

Accessible with the following methods

Method Description
GET_TIMESERIESID() Getter for TIMESERIESID, with configurable default
ASK_TIMESERIESID() Getter for TIMESERIESID w/ exceptions if field has no value
HAS_TIMESERIESID() Determine if TIMESERIESID has a value

startTimestamp

The nanosecond-precision start time of the data segment to delete.

Accessible with the following methods

Method Description
GET_STARTTIMESTAMP() Getter for STARTTIMESTAMP

endTimestamp

The nanosecond-precision end time of the data segment to delete.

Accessible with the following methods

Method Description
GET_ENDTIMESTAMP() Getter for ENDTIMESTAMP

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_DELETEDATASEGMENTENTRIES

TYPES TT_DELETEDATASEGMENTENTRIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOSDELETEDATASEGENTRY WITH DEFAULT KEY
.