Gets or sets the number of executing threads.
This property determines how many active threads will be used to upload
the file. The default value is 10 threads.

C# |
public int NumberOfUploadThreads { get; set; }

A value less than or equal to 0 will be silently ignored.