The number of threads to use for background processing of index requests. This value should be set higher for machines with more CPUs, or for configurations that distribute processing across multiple Verity index servers.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ThreadCount As Nullable(Of Integer) |
C# |
---|
Nullable<int> ThreadCount { get; set; } |
C++ |
---|
property Nullable<int> ThreadCount abstract { Nullable<int> get(); void set(Nullable<int> value); } |
J# |
---|
/** property */ public Nullable<int> get_ThreadCount(); /** property */ public void set_ThreadCount(Nullable<int> value); |
JScript |
---|
public function get ThreadCount() : Nullable<int> public function set ThreadCount(value : Nullable<int>); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 8
PropertyMaximumInteger32: 1000
PropertyMinimumInteger32: 1
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ