RepositoryPathHelper Fields |
The RepositoryPathHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | FILE_NAME_HASH_LENGTH |
Length of hash used when appending regular file name with a hash. The file name's length is truncated to (MAX_FILE_NAME_LENGTH - FILE_NAME_HASH_LENGTH - 1).
One character is needed for delimiter. It is assumed that portion of hash is unique enough to avoid collisions.
|
![]() ![]() | GROUP_FILE_NAME_HASH_LENGTH |
Length of hash used when appending group file name with a hash. The file name's length is truncated to (MAX_GROUP_FILE_NAME_LENGTH - GROUP_FILE_NAME_HASH_LENGTH - 1).
One character is needed for delimiter. It is assumed that portion of hash is unique enough to avoid collisions.
|
![]() ![]() | GROUP_FOLDER_SUFFIX_HASH_LENGTH |
Length of hash used when appending group folder suffix with a hash. The suffix's length is truncated to (MAX_GROUP_FOLDER_SUFFIX_LENGTH - GROUP_FOLDER_SUFFIX_HASH_LENGTH - 1).
One character is needed for delimiter. It is assumed that portion of hash is unique enough to avoid collisions.
|
![]() ![]() | GROUP_SUFFIX_DELIMITER |
Delimiter between hashed name and group suffix (used when creating name of folder for grouped files).
|
![]() ![]() | MAX_FILE_NAME_LENGTH |
Maximum length of regular file name (without extension).
|
![]() ![]() | MAX_GROUP_FILE_NAME_LENGTH |
Maximum length of group file name (without extension).
|
![]() ![]() | MAX_GROUP_FOLDER_SUFFIX_LENGTH |
Maximum length of group folder suffix.
|
![]() | mRepositoryConfiguration |
Configuration of a file system repository.
|
![]() | mTranslationHelper |
Translation helper object. Used in serialization to optimize database calls.
|