Click or drag to resize
CopyObjectRequest Constructor
构造一个新的CopyObjectRequest 实例

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

Parameters

sourceBucketName
Type: SystemString
需要拷贝的OssObject所在的Bucket
sourceKey
Type: SystemString
需要拷贝的OssObject名称
destinationBucketName
Type: SystemString
要拷贝到的目的OssObject所在的Bucket
destinationKey
Type: SystemString
要拷贝到的目的OssObject的名称
See Also