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

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

Property Value

Type: NullableInt64
See Also