The SWC-DB Local Filesystem - Configuration Properties

The SWC-DB Local Filesystem Library can be configured with these configuration properties.

  • swc.fs.local.cfg.dyn

    TYPE_STRINGS The Dynamic cfg-file to use. Config Handler will check & reload this cfg-file by swc.cfg.dyn.period
    default swc.fs.local.cfg.dyn=swc_fs_local.dyn.cfg

  • swc.fs.local.path.root

    TYPE_STRING The Local FileSystem's base root path.
    default swc.fs.local.path.root=

  • swc.fs.local.metrics.enabled

    TYPE_BOOL Enable or Disable Metrics tracking.
    default swc.fs.local.metrics.enabled=true


The configuration properties applicable for dynamic reloading

  • swc.fs.local.fds.max

    TYPE_INT32_G The Max Open File Descriptors for the option of not closing, Condition dependable by the Program using the filesystem.
    default swc.fs.local.fds.max=512