Click or drag to resize
UploadPartCopyRequestPartSize Property
获取或设置返回分块(Part)数据的字节数。 除最后一个Part外,其他Part最小为5MB。

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public Nullable<long> PartSize { get; set; }

Property Value

Type: NullableInt64
See Also