| DownloadObjectRequestParallelThreadCount Property  | 
            Gets or sets the parallel thread count.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic int ParallelThreadCount { get; set; }Public Property ParallelThreadCount As Integer
	Get
	Set
public:
property int ParallelThreadCount {
	int get ();
	void set (int value);
}member ParallelThreadCount : int with get, set
Property Value
Type: 
Int32The parallel thread count.
See Also