DownloadFileRequest Constructor (String, String, String, Int64) |
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
)
Parameters
- bucketName
- Type: SystemString
- objectKey
- Type: SystemString
- downloadFile
- Type: SystemString
- partSize
- Type: SystemInt64
See Also