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.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
MaximumLengthString: 128
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: SETTABLE_ONLY_ON_CREATE
TargetAccessRequired: READ