plugin.admin-api-on-write-file.version
Background
The server plugin which will provide the file scanning capability must be versioned and by default it is assumed to be version 1.0.0.
Versions must follow the semver format, in general that looks like:
major.minor.patch
or if you want extra information
major.minor.patch-RELEASE
Setting the key
Set this configuration key in the server configuration.
Use the configuration key editor to add or edit the plugin.admin-api-on-write-file.version
key, and set the value. This can be set to any valid com.funnelback.plugin.PluginVersion
value.
Examples
Use version 27 of the file-scanner
plugin.
plugin.admin-api-on-write-file=file-scanner plugin.admin-api-on-write-file.version=27