UploadPartCopyRequest Constructor |
Namespace: Aliyun.OpenServices.OpenStorageServiceAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 1.0.5626.29242
Syntaxpublic UploadPartCopyRequest(
string targetBucket,
string targetKey,
string sourceBucket,
string sourceKey,
string uploadId
)
Public Sub New (
targetBucket As String,
targetKey As String,
sourceBucket As String,
sourceKey As String,
uploadId As String
)
Parameters
- targetBucket
- Type: SystemString
- targetKey
- Type: SystemString
- sourceBucket
- Type: SystemString
- sourceKey
- Type: SystemString
- uploadId
- Type: SystemString
See Also