CopyObjectRequest Constructor Aliyun Open Services SDK for .NET
构造一个新的CopyObjectRequest 实例

Namespace: Aliyun.OpenServices.OpenStorageService
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
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

Reference