/AWS1/CL_S3_SELOBJCONTEVTSTR00¶
The container for selecting objects from a content event stream.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_records TYPE REF TO /AWS1/CL_S3_RECORDSEVENT /AWS1/CL_S3_RECORDSEVENT¶
The Records Event.
io_stats TYPE REF TO /AWS1/CL_S3_STATSEVENT /AWS1/CL_S3_STATSEVENT¶
The Stats Event.
io_progress TYPE REF TO /AWS1/CL_S3_PROGRESSEVENT /AWS1/CL_S3_PROGRESSEVENT¶
The Progress Event.
io_cont TYPE REF TO /AWS1/CL_S3_CONTINUATIONEVENT /AWS1/CL_S3_CONTINUATIONEVENT¶
The Continuation Event.
io_end TYPE REF TO /AWS1/CL_S3_ENDEVENT /AWS1/CL_S3_ENDEVENT¶
The End Event.
Queryable Attributes¶
Records¶
The Records Event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORDS() |
Getter for RECORDS |
Stats¶
The Stats Event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATS() |
Getter for STATS |
Progress¶
The Progress Event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROGRESS() |
Getter for PROGRESS |
Cont¶
The Continuation Event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONT() |
Getter for CONT |
End¶
The End Event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_END() |
Getter for END |