Click or drag to resize
UploadPartRequestPartSize Property
Gets or sets the part size. Except the last part, all other parts size are 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