A list of CmIndexParitionConstraint objects, each of which represents an index partition constraint associated with this IBM® Content Search Services index. This list is read-only and is maintained by the Content Engine server. Only Content Engine objects that satisfy these constraints are indexed into a partitioned IBM Content Search Services index. An IBM Content Search Services index can have a maximum of one date index partition constraint and one string index partition constraint. A date index partition constraint specifies a date range to use to partition this index and a string index partition constraint specifies a name and value to use to partition this index.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property IndexPartitionConstraints As ICmIndexPartitionConstraintList
C#
ICmIndexPartitionConstraintList IndexPartitionConstraints { get; }
Visual C++
property ICmIndexPartitionConstraintList^ IndexPartitionConstraints {
	ICmIndexPartitionConstraintList^ get ();
}
JavaScript
function get_indexPartitionConstraints();

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: LIST
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
ReflectiveProperty: null
RequiredClass: CmIndexPartitionConstraint
RequiresUniqueElements: true
Settability: READ_ONLY
TargetAccessRequired: READ

ToggleSee Also