DownloadFileRequest Constructor (String, String, String, Int64, Int32, Boolean, String) |
Namespace:
OBS.Model
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.20.7.0 (3.20.7)
Syntaxpublic DownloadFileRequest(
string bucketName,
string objectKey,
string downloadFile,
long partSize,
int taskNum,
bool enableCheckpoint,
string checkpointFile
)
Parameters
- bucketName
- Type: SystemString
- objectKey
- Type: SystemString
- downloadFile
- Type: SystemString
- partSize
- Type: SystemInt64
- taskNum
- Type: SystemInt32
- enableCheckpoint
- Type: SystemBoolean
- checkpointFile
- Type: SystemString
See Also