CopyObjectRequest Constructor |
Namespace: Aliyun.OpenServices.OpenStorageServiceAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 1.0.5626.29242
Syntaxpublic CopyObjectRequest(
string sourceBucketName,
string sourceKey,
string destinationBucketName,
string destinationKey
)
Public Sub New (
sourceBucketName As String,
sourceKey As String,
destinationBucketName As String,
destinationKey As String
)
Parameters
- sourceBucketName
- Type: SystemString
需要拷贝的OssObject所在的Bucket - sourceKey
- Type: SystemString
需要拷贝的OssObject名称 - destinationBucketName
- Type: SystemString
要拷贝到的目的OssObject所在的Bucket - destinationKey
- Type: SystemString
要拷贝到的目的OssObject的名称
See Also