The minimum number of milliseconds a sweep will wait before running back-to-back sweep queries. A sweep iteration consists of multiple queries, each of which returns a batch of candidate items for processing.

The property setting on the ICmSweep object overrides the property setting on the ICmSweepConfiguration global object. If the property is set to null on the ICmSweep object, then the InterBatchDelay setting on the ICmSweepConfiguration object is used.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also