A list of CmTextSearchPartitionProperty objects, each of which represents a Content Engine object property that has been selected to act as an IBM® Content Search Services index partition constraint for this object store. This list can contain a maximum of one CmTextSearchPartitionDateProperty object, representing a custom date-valued index partition constraint property, and one CmTextSearchPartitionStringProperty object, representing a custom string-valued index partition constraint property. Both properties must have a settability of SETTABLE_ONLY_ON_CREATE.

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property PartitioningProperties As ICmTextSearchPartitionPropertyList
C#
ICmTextSearchPartitionPropertyList PartitioningProperties { get; }
Visual C++
property ICmTextSearchPartitionPropertyList^ PartitioningProperties {
	ICmTextSearchPartitionPropertyList^ get ();
}
JavaScript
function get_partitioningProperties();

ToggleRemarks

Metadata

AllowsDefaultChange: false
Cardinality: LIST
CopyToReservation: false
DataType: OBJECT
DeletionAction: NONE
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: NOT_PERSISTENT
ReflectiveProperty: null
RequiredClass: CmTextSearchPartitionProperty
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ

ToggleSee Also