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

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

ToggleSyntax

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

ToggleRemarks

Metadata

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

ToggleSee Also