UploadObjectRequest Constructor (String, String, String) |
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public UploadObjectRequest(
string bucketName,
string key,
string uploadFile
)
Public Sub New (
bucketName As String,
key As String,
uploadFile As String
)
public:
UploadObjectRequest(
String^ bucketName,
String^ key,
String^ uploadFile
)
new :
bucketName : string *
key : string *
uploadFile : string -> UploadObjectRequest
Parameters
- bucketName
- Type: SystemString
Bucket name. - key
- Type: SystemString
Key. - uploadFile
- Type: SystemString
Upload file.
See Also