Binary Delete
The Binary Delete component allows you to delete binaries from the Content Store.
The binaries are deleted from the binaries.files
and binaries.chunks
collections.
It uses either the source.localReference
or target.localReference
value from the incoming message to delete a binary.
Configuration
A MongoDB connection string.
Example: mongodb://<username>:<password>@localhost:27017/<databaseName>
Here <databaseName>
is the database to delete the binary from.
Enables TLS for your mongoDB connection.
Allow Invalid CertificatesChecking this will disable certificate validation. Warning: specifying this option in a production environment makes your application insecure and potentially vulnerable to expired certificates and to foreign processes posing as valid client instances.
Certificate Authority FileOne or more certificate authorities to trust when making a TLS connection. In order to access the local filesystem, the XILL4_WORKDIRS
environment variable must be set to the path of the directory to be accessed.
Example: .\ca.pem
source.localReference
value. target.localReference
value. Inputs | Outputs
source.localReference
or target.localReference
key and uses that to delete the binary from the binaries GridFS bucket since it references the_id
field of the binary. The binary in the Content Store matching this reference will be deleted.{
"source": {
"localReference": "6232dea643dbbf33e0906e85"
}
}