DownloadFileRequest Constructor (String, String, String, Int64, Int32, Boolean) |
Constructor
Namespace:
OBS.Model
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntaxpublic DownloadFileRequest(
string bucketName,
string objectKey,
string downloadFile,
long partSize,
int taskNum,
bool enableCheckpoint
)
Parameters
- bucketName
- Type: SystemString
Bucket name - objectKey
- Type: SystemString
Object name - downloadFile
- Type: SystemString
Full path to which the object is downloaded - partSize
- Type: SystemInt64
Part size - taskNum
- Type: SystemInt32
Number of threads for uploading parts - enableCheckpoint
- Type: SystemBoolean
Whether to use the resumable mode
See Also