StructuredMessageEncodingStreamOptions interface

Options used when creating StructuredMessageEncodingStream

Properties

highWaterMark

A threshold, not a limit. Dictates the amount of data that a stream buffers before it stops asking for more data.

Property Details

highWaterMark

A threshold, not a limit. Dictates the amount of data that a stream buffers before it stops asking for more data.

highWaterMark?: number

Property Value

number