Click or drag to resize
ClientConfigurationMaxPartCachingSize Property
Gets or sets the size of the max part caching size In multipart upload (resumable upload), if the part size is no bigger than MaxPartCachingSize, it will cache the whole part data before sending the data out.

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

Property Value

Type: Int64
The size of the max part caching.
See Also