Attention: Do not change the value of this property without guidance from a support representative. Doing so might adversely affect system performance.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
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<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_BatchSelectionSize(); /** property */ public void set_BatchSelectionSize(Nullable<int> value); |
JScript |
---|
public function get BatchSelectionSize() : Nullable<int> public function set BatchSelectionSize(value : Nullable<int>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 4
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ