CompleteMultipartUploadRequest Class |
Namespace: OBS.Model
public class CompleteMultipartUploadRequest : ObsBucketWebServiceRequest
The CompleteMultipartUploadRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompleteMultipartUploadRequest | Initializes a new instance of the CompleteMultipartUploadRequest class |
Name | Description | |
---|---|---|
![]() | BucketName |
Bucket name
(Inherited from ObsBucketWebServiceRequest.) |
![]() | ObjectKey |
Object name
|
![]() | PartETags |
List of parts to be combined
|
![]() | UploadId |
Multipart upload ID
|
Name | Description | |
---|---|---|
![]() | AddPartETags(CopyPartResponse) |
Obtain the part information from the response to the multipart copy and add the information to the to-be-combined part list.
|
![]() | AddPartETags(IEnumerableCopyPartResponse) |
Obtain the part information from the response to the multipart copy and add the information to the to-be-combined part list.
|
![]() | AddPartETags(PartETag) |
Add part information to the to-be-comibined part list.
|
![]() | AddPartETags(IEnumerablePartETag) |
Add part information to the to-be-comibined part list.
|
![]() | AddPartETags(UploadPartResponse) |
Obtain the part information from the response to the multipart upload and add the information to the to-be-combined part list.
|
![]() | AddPartETags(IEnumerableUploadPartResponse) |
Obtain the part information from the response to the multipart upload and add the information to the to-be-combined part list.
|