The length of time, in months, that an IBM® Content Search Services index spans for a date partition. This interval determines the values of the StartDate and EndDate properties of the CmIndexPartitionConstraintDate object that is used as a date constraint for a partitioned IBM Content Search Services index.

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

ToggleSyntax

Visual Basic (Declaration)
Property PartitionDateInterval As Nullable(Of Integer)
C#
Nullable<int> PartitionDateInterval { get; set; }
Visual C++
property Nullable<int> PartitionDateInterval {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_partitionDateInterval();
function set_partitionDateInterval(value);

ToggleRemarks

ToggleSee Also