The setting that determines the directory structure type for this storage area. The DirectoryStructure class has constants defined for the directory structure type settings.

Valid settings are:

  • DIRECTORY_STRUCTURE_SMALL (default setting): 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.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property DirectoryStructure As DirectoryStructure
C#
DirectoryStructure DirectoryStructure { get; set; }
Visual C++
property DirectoryStructure DirectoryStructure {
	DirectoryStructure get ();
	void set (DirectoryStructure value);
}
JavaScript
function get_directoryStructure();
function set_directoryStructure(value);

ToggleRemarks

ToggleSee Also