Type to start searching...

FileStorageConnection

FileStorage connection information for a particular environment.

Properties
adapter : string

Data source adapter type.

This element specifies which type of database we are connecting to.
dataDirectory : string

The root of the directory tree used for storing the data files. When clustered, should be a shared directory.

description : string

Data source connection description.

journalDirectory : string

The directory in which to store the transactional journal for the adapter.

maxPoolSize : positiveInt

The maximum connection pool size.

Valid values based on“int”.
1 (minInclusive)
readLimit : nonNegativeInt

The 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 : nonNegativeInt

The maximum number of levels of subdirectories to create inside the data directory.

Valid values based on“int”.
0 (minInclusive)
subdirNameLength : positiveInt

The number of characters in the names of the subdirectories created inside the data directory.

Valid values based on“int”.
1 (minInclusive)
temporaryDirectory : string

The temporary directory used for preparing data files for persistence. When clustered, should be a shared directory.

Content
Parents