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.5.4.0 (2.5.4)
Syntax
public Nullable<long> PartSize { get; set; }

Property Value

Type: NullableInt64
See Also