Skip to content

/AWS1/CL_KNV=>LISTSTREAMS()

About ListStreams

Returns an array of StreamInfo objects. Each object describes a stream. To retrieve only streams that satisfy a specific condition, you can specify a StreamNameCondition.

Method Signature

IMPORTING

Optional arguments:

IV_MAXRESULTS TYPE /AWS1/KNVLISTSTREAMSINPUTLIMIT /AWS1/KNVLISTSTREAMSINPUTLIMIT

The maximum number of streams to return in the response. The default is 10,000.

IV_NEXTTOKEN TYPE /AWS1/KNVNEXTTOKEN /AWS1/KNVNEXTTOKEN

If you specify this parameter, when the result of a ListStreams operation is truncated, the call returns the NextToken in the response. To get another batch of streams, provide this token in your next request.

IO_STREAMNAMECONDITION TYPE REF TO /AWS1/CL_KNVSTREAMNAMECOND /AWS1/CL_KNVSTREAMNAMECOND

Optional: Returns only streams that satisfy a specific condition. Currently, you can specify only the prefix of a stream name as a condition.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_KNVLISTSTREAMSOUTPUT /AWS1/CL_KNVLISTSTREAMSOUTPUT