The setting that determines the directory structure type for this storage area. The DirectoryStructure
class has constants defined for the directory structure type settings.
Namespace:
FileNet.Api.AdminValid 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.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
PropertyDefaultInteger32: 94546
PropertyMaximumInteger32: 94546
PropertyMinimumInteger32: 94465
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ