Provides a set of constants that identify the type of directory structure (large or small) used by a file storage area or content cache area.
Namespace: FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enum DirectoryStructure |
C# |
---|
public enum DirectoryStructure |
C++ |
---|
public enum class DirectoryStructure |
J# |
---|
public enum DirectoryStructure |
JScript |
---|
public enum DirectoryStructure |
Members
Description | |
---|---|
DIRECTORY_STRUCTURE_SMALL | Specifies a small directory structure. Small structures consist of two levels of directories with 23 nodes at each level (total of 529 directories at the 2nd level). Content is stored only at the 2nd level. |
DIRECTORY_STRUCTURE_LARGE | Specifies a large directory structure. Large structures extend the small structure with a third level of 23 nodes, for a total of 12,167 directories at the 3rd level. Content is stored only at the 3rd level. |