Specifies the location within the database in which index information is to be created and referenced. If this property is set during creation of the object store, Content Engine 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.


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

Syntax

Visual Basic (Declaration)
Property DatabaseIndexStorageLocation As String
C#
string DatabaseIndexStorageLocation { get; set; }
C++
property string DatabaseIndexStorageLocation abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_DatabaseIndexStorageLocation();

/** property */
public void set_DatabaseIndexStorageLocation(string value);
JScript
public function get DatabaseIndexStorageLocation() : String

public function set DatabaseIndexStorageLocation(value : String);

Remarks

See Also