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.
This component sends a message that contains a stream reference in the binary key of the output object. Additionally, the length of the stream is included in the length key. 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.
See how it works:
Binary Retrieve Explainer
Also covered in the Content Store overview video:
Watch video
Configuration
Inputs | Outputs
source.localReference and uses that to retrieve the binary from the binaries GridFS bucket since it references the _id field of the binary.