devices

Purpose

Container for device repository definitions.

Contained by

Contains

Attribute

Attribute Description Type Default Options Use
preload Whether or not the device information is preloaded into the caches when MCS starts xs:boolean none    optional 

Example

<devices preload="false">
  <standard>
    <jdbc-repository project="NamedProject"/>
  </standard>
  <custom>
    <file-repository location="/custom/devicerepository/"/>
  </custom>
  <logging>
    <log-file>device_log.txt</log-file>
    <e-mail>
      ...
    </e-mail>
  </logging>
</devices>

Related topics