CodeQLAnalyzeDatabaseToolSettings.

Threads Property

Summary

Use if you want to use more than one thread to run queries. The default value is 1. You can specify more threads to speed up query execution. To set the number of threads to the number of logical processors, specify 0.

Syntax

public Nullable<int> Threads { get; set; }

Value

Type Description
Nullable<int>