Specifies the location in which index information is created and referenced.

For an ObjectStore object, this property specifies the location within the database. If this property is set during creation of the object store, the Content Engine server uses the value to control where indexes are located. A change to the property value after the object store is created affects only the location of indexes that are added after the change. You can override the value of this property by specifying a custom schema script during object store creation.

For a CmIndexDefinition object, this property specifies the tablespace or filegroup in which the index is located. If you do not provide a value for this property, the server sets the value to the index storage location specified in the corresponding ObjectStore property (if set). Otherwise, the location will be set to the default index storage location specified by the underlying database.

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

ToggleSyntax

Visual Basic (Declaration)
Property DatabaseIndexStorageLocation As String
C#
string DatabaseIndexStorageLocation { get; set; }
Visual C++
property String^ DatabaseIndexStorageLocation {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_databaseIndexStorageLocation();
function set_databaseIndexStorageLocation(value);

ToggleRemarks

ToggleSee Also