| AppendObjectRequest Constructor  | 
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic 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 -> AppendObjectRequestParameters
- bucketName
 - Type: SystemString
 bucket name - key
 - Type: SystemString
object key 
See Also