Click or drag to resize
UploadObjectRequestPartSize Property
Gets or sets the size of the part.

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
The size of the part.
See Also