Click or drag to resize
RepositoryPathHelper Fields

The RepositoryPathHelper type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberFILE_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.
Public fieldStatic memberGROUP_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.
Public fieldStatic memberGROUP_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.
Protected fieldStatic memberGROUP_SUFFIX_DELIMITER
Delimiter between hashed name and group suffix (used when creating name of folder for grouped files).
Public fieldStatic memberMAX_FILE_NAME_LENGTH
Maximum length of regular file name (without extension).
Public fieldStatic memberMAX_GROUP_FILE_NAME_LENGTH
Maximum length of group file name (without extension).
Public fieldStatic memberMAX_GROUP_FOLDER_SUFFIX_LENGTH
Maximum length of group folder suffix.
Protected fieldmRepositoryConfiguration
Configuration of a file system repository.
Protected fieldmTranslationHelper
Translation helper object. Used in serialization to optimize database calls.
Top
See Also