Click or drag to resize
AppendObjectRequest Constructor
Creates a new instance of AppendObjectRequest

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

Parameters

bucketName
Type: SystemString
bucket name
key
Type: SystemString
object key
See Also