t_FileStorageConnection_Fragments_Fragment
Fragment : FileStorage
Properties
dataDirectory : stringThe root of the directory tree used for storing the data files. When clustered, should be a shared directory.
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) name : fragmentNameFragment name.
Valid values based on“string”. [\p{L}\p{N}\-_]+ 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.
Parents
Parent topic: t_FileStorageConnection_Fragments