Name

list

File String List — File String List

<list class="xms.dataservices.list.FileStringList" name="name" />

Table 35. Attributes for list tag (for xms.dataservices.list.FileStringList)

NameDescriptionTypeDefault ValueRequired
cacheEnable caching for returned query databoolean true or falsetrueno
cacheTimeoutThe period between cache refreshes in msint any integer0 (cache is never refreshed)no
pathFile containing list of stringsString any character combinationnoneyes
readOnlyDisables write accessboolean true or falsefalseno

Service Dependencies

This tag depends on the following services (or a service that extends or implements these classes)

Example 40. Example configuration for File String List

Required attributes are marked with a bold typeface

<list class="xms.dataservices.list.FileStringList" name="name"
      cache="cache"
      cacheTimeout="cacheTimeout"
      path="path"
      readOnly="readOnly" />