点击或拖拽改变大小

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

初始化 DownloadFileRequest 类的一个新实例

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

参数

bucketName
类型:SystemString
objectKey
类型:SystemString
downloadFile
类型:SystemString
partSize
类型:SystemInt64
enableCheckpoint
类型:SystemBoolean
checkpointFile
类型:SystemString
versionId
类型:SystemString
参见