Click or drag to resize
UploadPartCopyRequestPartNumber Property
Gets or sets the part number. Every part upload will have a part number (from 1 to 10000). For a given upload id, the part number is the Id of the part and determine the position of the part in the whole file. If the same part number is uploaded with new data, the original 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