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.CommonAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public long MaxPartCachingSize { get; set; }
Public Property MaxPartCachingSize As Long
Get
Set
public:
property long long MaxPartCachingSize {
long long get ();
void set (long long value);
}
member MaxPartCachingSize : int64 with get, set
Property Value
Type:
Int64The size of the max part caching.
See Also