The maximum number of objects that can be submitted in a single batch for indexing. Normally, the default value should be used. However, for the best performance in your environment, you might need to adjust the value of this parameter based on your hardware configuration, file system versus database storage, and average document size.

For IVerityServerConfiguration, this property is deprecated.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also