Click or drag to resize

UploadPartRequestOffset Property

Start offset of the part in the source file

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> Offset { get; set; }

Property Value

Type: NullableInt64
Remarks

Optional parameter. The default value is 0 and the unit is byte.

See Also