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 message to retrieve a binary.
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.