I submit some items to a stream with the same key value. When I want to retrieve them, I can do so by iterating over the list returned by liststreamkeyitems(myStream, myKey). However, as I said this requires iterating over each item and getting their data field individually.
Is it possible to fetch all the items I submitted in a list in a single step instead so I can speed up the process?