/AWS1/CL_IVSSTREAMSESSSUMMARY¶
Summary information about a stream session.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_streamid TYPE /AWS1/IVSSTREAMID /AWS1/IVSSTREAMID¶
Unique identifier for a live or previously live stream in the specified channel.
iv_starttime TYPE /AWS1/IVSTIME /AWS1/IVSTIME¶
Time when the channel went live. This is an ISO 8601 timestamp; note that this is returned as a string.
iv_endtime TYPE /AWS1/IVSTIME /AWS1/IVSTIME¶
Time when the channel went offline. This is an ISO 8601 timestamp; note that this is returned as a string. For live streams, this is
NULL.
iv_haserrorevent TYPE /AWS1/IVSBOOLEAN /AWS1/IVSBOOLEAN¶
If
true, this stream encountered a quota breach or failure.
Queryable Attributes¶
streamId¶
Unique identifier for a live or previously live stream in the specified channel.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STREAMID() |
Getter for STREAMID, with configurable default |
ASK_STREAMID() |
Getter for STREAMID w/ exceptions if field has no value |
HAS_STREAMID() |
Determine if STREAMID has a value |
startTime¶
Time when the channel went live. This is an ISO 8601 timestamp; note that this is returned as a string.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
endTime¶
Time when the channel went offline. This is an ISO 8601 timestamp; note that this is returned as a string. For live streams, this is
NULL.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
hasErrorEvent¶
If
true, this stream encountered a quota breach or failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HASERROREVENT() |
Getter for HASERROREVENT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_STREAMSESSIONLIST¶
TYPES TT_STREAMSESSIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IVSSTREAMSESSSUMMARY WITH DEFAULT KEY
.