Skip to main content
Version: 4.58.0

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


Binary Retrieve
Input
Output
Error
00 0 (ilysent6u)
The component takes a binary document as an input and it will look for the source.localReference and uses that to retrieve the binary from the binaries GridFS bucket since it references the _id field of the binary.

  • Example: Refer to the following page : Binary document schema