GetObjectRequest Constructor (String, String, String) |
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public GetObjectRequest(
string bucketName,
string key,
string process
)
Public Sub New (
bucketName As String,
key As String,
process As String
)
public:
GetObjectRequest(
String^ bucketName,
String^ key,
String^ process
)
new :
bucketName : string *
key : string *
process : string -> GetObjectRequest
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