Click or drag to resize
CopyObjectRequest Constructor
Creates a new CopyObjectRequest instance

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public CopyObjectRequest(
	string sourceBucketName,
	string sourceKey,
	string destinationBucketName,
	string destinationKey
)

Parameters

sourceBucketName
Type: SystemString
source object's bucket name
sourceKey
Type: SystemString
source object key
destinationBucketName
Type: SystemString
destination object's bucket name
destinationKey
Type: SystemString
destination object key
See Also