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)
Visual Basic (Declaration) |
---|
ReadOnly Property PartitionPropertyName As String |
C# |
---|
string PartitionPropertyName { get; } |
Visual C++ |
---|
property String^ PartitionPropertyName {
String^ get ();
} |
JavaScript |
---|
function get_partitionPropertyName();
|