The length of time in months that each Verity collection will span for partitioning. Used in conjunction with the VerityPartitionProperty property, VerityPartitionInterval determines the values of the StartDate and EndDate properties of each partitioned collection, and the collections into which documents with a date/time property are indexed.
Time intervals span integral numbers of months, without spanning year-end boundaries. The possible values are null, 0, 1, 2, 3, 4, 6, or 12. A value of 1 generates collections spanning one-month intervals, a value of 2 generates collections spanning two-month intervals, and so on. For example, if the date associated with an indexable document is December 15th, 2008, and VerityPartitionInterval is 3 months, then the document would be indexed in the collection with a start date of October 1, 2008 and a stop date of January 1, 2009.
The default is null, indicating that the partitioning feature is disabled. A value of 0 also disables the partitioning feature. Setting a value other than those listed above results in an E_BAD_VALUE exception. You can change the VerityPartitionProperty value after the ObjectStore object has been created.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("As of release 5.2.0.")> _ Property VerityPartitionInterval As Nullable(Of Integer) |
C# |
---|
[ObsoleteAttribute("As of release 5.2.0.")] Nullable<int> VerityPartitionInterval { get; set; } |
Visual C++ |
---|
[ObsoleteAttribute(L"As of release 5.2.0.")] property Nullable<int> VerityPartitionInterval { Nullable<int> get (); void set (Nullable<int> value); } |
JavaScript |
---|
function get_verityPartitionInterval(); function set_verityPartitionInterval(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 0
PropertyMaximumInteger32: 120
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ