Skip to content

/AWS1/CL_IOTSTREAMFILE

Represents a file to stream.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_fileid TYPE /AWS1/IOTFILEID /AWS1/IOTFILEID

The file ID.

io_s3location TYPE REF TO /AWS1/CL_IOTS3LOCATION /AWS1/CL_IOTS3LOCATION

The location of the file in S3.


Queryable Attributes

fileId

The file ID.

Accessible with the following methods

Method Description
GET_FILEID() Getter for FILEID, with configurable default
ASK_FILEID() Getter for FILEID w/ exceptions if field has no value
HAS_FILEID() Determine if FILEID has a value

s3Location

The location of the file in S3.

Accessible with the following methods

Method Description
GET_S3LOCATION() Getter for S3LOCATION

Public Local Types In This Class

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

TT_STREAMFILES

TYPES TT_STREAMFILES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTSTREAMFILE WITH DEFAULT KEY
.