plugin.admin-api-on-write-file.version
Specifies the version of the server plugin which will provide the file scanning capability.
Key: plugin.admin-api-on-write-file.version
Type: com.funnelback.plugin.PluginVersion
Can be set in: global.cfg
Description
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
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