DownloadObjectRequest Constructor (String, String, String) |
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public DownloadObjectRequest(
string bucketName,
string key,
string downloadFile
)
Public Sub New (
bucketName As String,
key As String,
downloadFile As String
)
public:
DownloadObjectRequest(
String^ bucketName,
String^ key,
String^ downloadFile
)
new :
bucketName : string *
key : string *
downloadFile : string -> DownloadObjectRequest
Parameters
- bucketName
- Type: SystemString
[Missing <param name="bucketName"/> documentation for "M:Aliyun.OSS.DownloadObjectRequest.#ctor(System.String,System.String,System.String)"]
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Aliyun.OSS.DownloadObjectRequest.#ctor(System.String,System.String,System.String)"]
- downloadFile
- Type: SystemString
[Missing <param name="downloadFile"/> documentation for "M:Aliyun.OSS.DownloadObjectRequest.#ctor(System.String,System.String,System.String)"]
See Also