Click or drag to resize

ResumableUploadRequestCheckpointFile Property

File used to record the upload progress

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public virtual string CheckpointFile { get; set; }

Property Value

Type: String
Remarks

Optional parameter. This file is saved in the same directory as the "UploadFile".

See Also