Represents the name and value of a string partition constraint for an IBM® Content Search Services index. A string partition constraint determines which CBR-enabled objects can be indexed into a string-partitioned IBM Content Search Services index. This constraint is based on the name and value of the custom property that has been assigned as the string index partitioning property for the object store. A CBR-enabled object with the assigned string index partitioning property is only indexed into a string-partitioned index if the name and value of that property matches the string partition constraint of the index.

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

ToggleSyntax

Visual Basic (Declaration)
Public Interface ICmIndexPartitionConstraintString _
	Implements ICmIndexPartitionConstraint, IRepositoryObject, IEngineObject, ICloneable,  _
	IDependentObject
C#
public interface ICmIndexPartitionConstraintString : ICmIndexPartitionConstraint, 
	IRepositoryObject, IEngineObject, ICloneable, IDependentObject
Visual C++
public interface class ICmIndexPartitionConstraintString : ICmIndexPartitionConstraint, 
	IRepositoryObject, IEngineObject, ICloneable, IDependentObject
JavaScript
FileNet.Api.Admin.ICmIndexPartitionConstraintString = function();
FileNet.Api.Admin.ICmIndexPartitionConstraintString.createInterface('FileNet.Api.Admin.ICmIndexPartitionConstraintString');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: ObjectStore
SuperclassName: CmIndexPartitionConstraint

ToggleSee Also