The maximum number of workers that can exist simultaneously per object store. The primary function of the workers is to carry out the second stage of the content upload process. Workers process work from the content queue in batches of one or more queue items.

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also