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<intvalue);
}
J#
/** property */
public Nullable<int> get_ThreadCount();

/** property */
public void set_ThreadCount(Nullable<intvalue);
JScript
public function get ThreadCount() : Nullable<int>

public function set ThreadCount(value : Nullable<int>);

Remarks

See Also