Click or drag to resize
ClientConfigurationPreReadBufferCount Property
Gets or sets the pre read buffer count in resumable upload. The max value could be the same size of MaxResumableUploadThreads;

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

Property Value

Type: Int32
The pre read buffer count.
See Also