UploadPartCopyRequestPartSize Property |
获取或设置返回分块(Part)数据的字节数。
除最后一个Part外,其他Part最小为5MB。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.2.0.0 (2.2.0)
Syntaxpublic Nullable<long> PartSize { get; set; }
Property Value
Type:
NullableInt64
See Also