Click or drag to resize
UploadPartCopyRequestPartSize Property
Gets or sets the part size Except the last part, other parts' size should be at least 5MB.

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

Property Value

Type: NullableInt64
See Also