Create a ResultStream.
The ID of the transaction the statement was executed in.
The initial page returned from the statement execution.
The Communicator used for the statement execution.
Pushes the values for the Node Streams Readable Interface. This method fetches the next page if is required and handles converting the values returned from QLDB into an Ion value.
Promise which fulfills with void.
Implementation of the readable.read
method for the Node Streams Readable Interface.
The number of bytes to read asynchronously. This is currently not being used as only object mode is supported.
Event emitter The defined events on documents including:
Generated using TypeDoc
A class representing the result of a statement returned from QLDB as a stream. Extends Readable from the Node.JS Stream API interface. The stream will always operate in object mode.