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