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)

ToggleSyntax

Visual Basic (Declaration)
Public Enumeration DirectoryStructure
C#
public enum DirectoryStructure
Visual C++
public enum class DirectoryStructure
JavaScript
FileNet.Api.Constants.DirectoryStructure = function();
FileNet.Api.Constants.DirectoryStructure.createEnum('FileNet.Api.Constants.DirectoryStructure', false);

ToggleMembers

TypeMember nameDescription
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.
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.

ToggleSee Also