The maximum number of import workers that the import agent is allowed to create. Setting the value of this property appropriately prevents the under- or over-utilization of the Content Engine server on behalf of the CFS importer.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
For information on the CFS import agent, see the
interface.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property MaxWorkerThreads As Nullable(Of Integer) |
C# |
---|
Nullable<int> MaxWorkerThreads { get; set; } |
C++ |
---|
property Nullable<int> MaxWorkerThreads abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_MaxWorkerThreads(); /** property */ public void set_MaxWorkerThreads(Nullable<int> value); |
JScript |
---|
public function get MaxWorkerThreads() : Nullable<int> public function set MaxWorkerThreads(value : Nullable<int>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: true
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 10
PropertyMaximumInteger32: 0x7FFFFFFF
PropertyMinimumInteger32: none
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ