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.AdminAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 25
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ