The number of objects that will be passed to the policy-controlled sweep action handler in a single batch.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also