Represents a custom, date-valued CBR-enabled object property that is assigned in an object store to define the interval for date-based partitioning of CBR-enabled objects in an IBM® Content Search Services index. This property must have a settability of SETTABLE_ONLY_ON_CREATE. You can have no more than 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)
Public Interface ICmTextSearchPartitionDateProperty _
	Implements ICmTextSearchPartitionProperty, IEngineObject, ICloneable, IDependentObject
C#
public interface ICmTextSearchPartitionDateProperty : ICmTextSearchPartitionProperty, 
	IEngineObject, ICloneable, IDependentObject
Visual C++
public interface class ICmTextSearchPartitionDateProperty : ICmTextSearchPartitionProperty, 
	IEngineObject, ICloneable, IDependentObject
JavaScript
FileNet.Api.Admin.ICmTextSearchPartitionDateProperty = function();
FileNet.Api.Admin.ICmTextSearchPartitionDateProperty.createInterface('FileNet.Api.Admin.ICmTextSearchPartitionDateProperty');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: CmTextSearchPartitionProperty

ToggleSee Also