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)

Syntax

Visual Basic (Declaration)
Property BatchSelectionSize As Nullable(Of Integer)
C#
Nullable<int> BatchSelectionSize { get; set; }
C++
property Nullable<int> BatchSelectionSize abstract  {
    Nullable<int> get();
    void set(Nullable<intvalue);
}
J#
/** property */
public Nullable<int> get_BatchSelectionSize();

/** property */
public void set_BatchSelectionSize(Nullable<intvalue);
JScript
public function get BatchSelectionSize() : Nullable<int>

public function set BatchSelectionSize(value : Nullable<int>);

Remarks

See Also