You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.
The following rules apply for the Persistence parameter:
Connection Type | Persistence | Clustered | Notes |
---|---|---|---|
Memory | Temporary | No | The file is stored temporarily for the duration of the current request. At the end of the request the file is deleted. Memory connections and temporary persistence should be used when an uploaded/received file is immediately sent to a 3rd party system during the same request. |
Memory | Temporary | Yes | |
Memory | Permanent | No | Permanently storing files in a memory connections is not allowed. The Runtime will throw an exception when trying to permanently store files in a memory connection |
Memory | Permanent | Yes | |
Other / FileSystem | Temporary | No | The file is stored temporarily for the duration of the current session. At the end of the session the file is deleted. |
Other / FileSystem | Temporary | Yes | The file is stored temporarily for the duration of the current session and a Quartz job is scheduled to delete the file. |
Other / FileSystem | Permanent | No | The file is permanently stored in the connection and must be explicitly deleted when no longer needed. |
Other / FileSystem | Permanent | Yes |
Overview
Content Tools