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.

For IVerityServerConfiguration, this property is deprecated.

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

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("As of release 5.0.0.")> _
Property OptimizationInterval As Nullable(Of Integer)
C#
[ObsoleteAttribute("As of release 5.0.0.")]
Nullable<int> OptimizationInterval { get; set; }
Visual C++
[ObsoleteAttribute(L"As of release 5.0.0.")]
property Nullable<int> OptimizationInterval {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_optimizationInterval();
function set_optimizationInterval(value);

ToggleRemarks

ToggleSee Also