Defines the maximum number of concurrent indexing batches that should be submitted to the server.

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

ToggleSyntax

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

ToggleSee Also