Attention: Do not change the value of this property without guidance from a support representative. Doing so might adversely affect system performance.

The maximum number of batches that are selected by the import agent dispatcher from the database in a single database round trip.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also