t_DataSourceConnections_FileStorageConnection
FileStorageConnection
FileStorage connection information for a particular environment.
Properties
adapter : stringData source adapter type.
This element specifies which type of database we are connecting to.dataDirectory : stringThe root of the directory tree used for storing the data files. When clustered, should be a shared directory.
description : stringData source connection description.
journalDirectory : stringThe directory in which to store the transactional journal for the adapter.
maxPoolSize : positiveIntThe maximum connection pool size.
Valid values based on“int”. 1 (minInclusive) readLimit : nonNegativeIntThe maximum number of instances that can be returned by read() (0 for unlimited). Overrides the data source setting.
Valid values based on“int”. 0 (minInclusive) subdirLevels : nonNegativeIntThe maximum number of levels of subdirectories to create inside the data directory.
Valid values based on“int”. 0 (minInclusive) subdirNameLength : positiveIntThe number of characters in the names of the subdirectories created inside the data directory.
Valid values based on“int”. 1 (minInclusive) temporaryDirectory : stringThe temporary directory used for preparing data files for persistence. When clustered, should be a shared directory.
Content
Sequence of:
Sequence of:
Parents
Parent topic: t_Connections_DataSourceConnections
Parent topic: t_Environment_DataSourceConnections
Parent topic: reuseable-references