| 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.CommonAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic int PreReadBufferCount { get; set; }Public Property PreReadBufferCount As Integer
	Get
	Set
public:
property int PreReadBufferCount {
	int get ();
	void set (int value);
}member PreReadBufferCount : int with get, set
Property Value
Type: 
Int32The pre read buffer count.
See Also