Type Alias: StreamingRetrieveOptions
StreamingRetrieveOptions:
BaseRetrieveOptions&object
Streaming retrieve is done when a request is decoded as it arrives. That is, if you receive the first 73k as the first part of the request, then that will attempt to be decoded.
Type declaration
streaming
streaming:
boolean
Indicates to use streaming request. Does NOT imply streaming decode, which is handled separately because the request may need to be streaming but the response might end up not being streaming.