V2

Stream Data Type

Represents streamed content such as a file body, document content, or request payload.

You typically use the Stream Data Type when a Node reads or writes binary or text content without first converting it to a String. A stream can be passed between Nodes in a Workflow, then converted when needed by a Node such as Convert.