Click or drag to resize
UploadPartRequestPartNumber Property
Gets the part number which is between 1 to 10000. Each part has the Part number as its Id and for a given upload Id, the part number determine the part's position in the whole file. If there's another part upload with the same part number under the same upload Id, the existing data will be overwritten.

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

Property Value

Type: NullableInt32
See Also