The number of batches to index prior to performing an optimization on the indexing information. Setting the default value higher increases indexing throughput at the expense of search performance.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property OptimizationInterval As Nullable(Of Integer) |
C# |
---|
Nullable<int> OptimizationInterval { get; set; } |
C++ |
---|
property Nullable<int> OptimizationInterval abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_OptimizationInterval(); /** property */ public void set_OptimizationInterval(Nullable<int> value); |
JScript |
---|
public function get OptimizationInterval() : Nullable<int> public function set OptimizationInterval(value : Nullable<int>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 10
PropertyMaximumInteger32: none
PropertyMinimumInteger32: 1
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ