The fully qualified path to the root directory for this storage area. The path can be a local mount point, a local path, or a UNC path.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
The following information is specific to the use of
:
- If the value of is not null, the value for the this property can be a local directory on the Verity server.
Copy Code
VerityIndexArea.TempDirectoryPath
- If multiple Verity servers are used for the same index area, and the value of this property is local to the Verity server, each Verity server for the index area must be on the same machine.
- When multiple Verity index areas are defined in an object store, each index area can have the same value for this property; however, the directories may be located on different machines (depending on the location of the Verity servers).
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property RootDirectoryPath As String |
C# |
---|
string RootDirectoryPath { get; set; } |
C++ |
---|
property string RootDirectoryPath abstract { String get(); void set(String value); } |
J# |
---|
/** property */ public string get_RootDirectoryPath(); /** property */ public void set_RootDirectoryPath(string value); |
JScript |
---|
public function get RootDirectoryPath() : String public function set RootDirectoryPath(value : String); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: STRING
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: true
MaximumLengthString: 255
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ