点击或拖拽改变大小

DownloadFileRequest 构造函数 (String, String, String, Int64, Int32, Boolean, String)

构造函数。

命名空间:  OBS.Model
程序集:  esdk_obs_.net (在 esdk_obs_.net.dll 中) 版本:3.19.7.1 (3.19.7.1)
语法
C#
public DownloadFileRequest(
	string bucketName,
	string objectKey,
	string downloadFile,
	long partSize,
	int taskNum,
	bool enableCheckpoint,
	string checkpointFile
)

参数

bucketName
类型:SystemString
桶名。
objectKey
类型:SystemString
对象名。
downloadFile
类型:SystemString
下载对象的本地文件全路径。
partSize
类型:SystemInt64
分段大小。
taskNum
类型:SystemInt32
分片上传线程数。
enableCheckpoint
类型:SystemBoolean
是否开启断点续传模式。
checkpointFile
类型:SystemString
记录下载进度的文件。
参见