Click or drag to resize
GetObjectRequest Constructor (String, String, String)
Creates a new instance of GetObjectRequest.

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

Parameters

bucketName
Type: SystemString
bucket name
key
Type: SystemString
object key name
process
Type: SystemString
The process method for image file in OSS
See Also