| ClientConfigurationProgressUpdateInterval Property  | 
            The progress update interval in terms of data upload/download's delta in bytes. By default it's 4096 bytes.
            
 
Namespace: Aliyun.OSS.CommonAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic long ProgressUpdateInterval { get; set; }Public Property ProgressUpdateInterval As Long
	Get
	Set
public:
property long long ProgressUpdateInterval {
	long long get ();
	void set (long long value);
}member ProgressUpdateInterval : int64 with get, set
Property Value
Type: 
Int64
See Also