ReadStream

reader. ReadStream

ReadStream is responsible for reading data from a GRPC read stream connection against the Storage Read API readRows method.

Constructor

new ReadStream()

Extends

  • EventEmitter

Methods

close()

Close the read stream connection.

getStreamName()

Get the name of the read stream associated with this connection.

isOpen()

Check if connection is open and ready to read data.

reconnect()

Reconnect and re-open readRows channel.