Specifies the number of ImportAgent worker threads per object store and Image Services fixed content device.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also