DownloadFileRequest Constructor (String, String, String, Int64) |
Constructor
Namespace:
OBS.Model
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntaxpublic DownloadFileRequest(
string bucketName,
string objectKey,
string downloadFile,
long partSize
)
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
See Also