Binary Retrieve
The Binary Retrieve component allows you to retrieve binaries from the Content Store.
The binaries are retrieved from the binaries.files and binaries.chunks collections.
It uses either the source.localReference or target.localReference value from the incoming data to retrieve a binary.
note
This component sends a message that contains a stream reference in the binary key of the output object. Because stream references can only be used once, you should connect only one component to the output of this component that uses the stream reference. If you connect multiple components to the output of this component, it will only send the message to the first component that was connected.
Configuration
Inputs | Outputs
The component takes a binary document as an input and it will look for the
Example: Refer to the following page : Binary document schema
source.localReference and uses that to retrieve the binary from the binaries GridFS bucket since it references the _id field of the binary.