Click or drag to resize

UploadPartRequestPartSize Property

Part size

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public Nullable<long> PartSize { get; set; }

Property Value

Type: NullableInt64
Remarks

Optional parameter. Except for the part lastly being uploaded whose size ranging from 0 to 5 GB, sizes of the other parts range from 100 KB to 5 GB.

See Also