For CmIndexPartitionConstraint objects, the name of a CBR-enabled object property that is assigned in an object store to act as a partition constraint for an IBM® Content Search Services index. This property is read-only and is assigned by the Content Engine server when the index is created.

For CmTextSearchPartitionProperty objects, the name of a CBR-enabled object property that is assigned in an object store to act as an index partitioning property for IBM Content Search Services. This read/write property must be a custom string- or date-valued property and have a settability of SETTABLE_ONLY_ON_CREATE. You can have no more than one string and one date index partitioning property assigned in an object store.

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

ToggleSyntax

Visual Basic (Declaration)
Property PartitionPropertyName As String
C#
string PartitionPropertyName { get; set; }
Visual C++
property String^ PartitionPropertyName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_partitionPropertyName();
function set_partitionPropertyName(value);

ToggleRemarks

ToggleSee Also