Click or drag to resize
ClientConfigurationUseSingleThreadReadInResumableUpload Property
When uploading a file with resumable upload, the default behavior is to read the source file in multiple-threading. But in old HDD, single thread read may be faster. And when the read speed is the bottleneck, try to change this parameter to compare the result.

Namespace: Aliyun.OSS.Common
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public bool UseSingleThreadReadInResumableUpload { get; set; }

Property Value

Type: Boolean
true if use single thread read in resumable upload; otherwise, false.
See Also