Click or drag to resize

DownloadFileRequestCheckpointFile Property

File used to record the download progress

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

Property Value

Type: String
Remarks

Optional parameter, which is effective only in the resumable mode. If the value is null, the file is in the same local directory as the downloaded object.

See Also