DownloadObjectRequestCheckpointDir Property |
Gets or sets the checkpoint file.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public string CheckpointDir { get; set; }
Public Property CheckpointDir As String
Get
Set
public:
property String^ CheckpointDir {
String^ get ();
void set (String^ value);
}
member CheckpointDir : string with get, set
Property Value
Type:
StringThe checkpoint file.
See Also