Click or drag to resize
DownloadObjectRequest Constructor (String, String, String)
Initializes a new instance of the DownloadObjectRequest class

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public DownloadObjectRequest(
	string bucketName,
	string key,
	string downloadFile
)

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