The number of candidate objects that will be passed to the sweep handler in a single batch.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also