Click or drag to resize

CompleteMultipartUploadRequest Class

Parameters in the request for combining parts
Inheritance Hierarchy

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public class CompleteMultipartUploadRequest : ObsBucketWebServiceRequest

The CompleteMultipartUploadRequest type exposes the following members.

Constructors
  NameDescription
Public methodCompleteMultipartUploadRequest
Initializes a new instance of the CompleteMultipartUploadRequest class
Top
Properties
  NameDescription
Public propertyBucketName
Bucket name
(Inherited from ObsBucketWebServiceRequest.)
Public propertyObjectKey
Object name
Public propertyPartETags
List of parts to be combined
Public propertyUploadId
Multipart upload ID
Top
Methods
  NameDescription
Public methodAddPartETags(CopyPartResponse)
Obtain the part information from the response to the multipart copy and add the information to the to-be-combined part list.
Public methodAddPartETags(IEnumerableCopyPartResponse)
Obtain the part information from the response to the multipart copy and add the information to the to-be-combined part list.
Public methodAddPartETags(PartETag)
Add part information to the to-be-comibined part list.
Public methodAddPartETags(IEnumerablePartETag)
Add part information to the to-be-comibined part list.
Public methodAddPartETags(UploadPartResponse)
Obtain the part information from the response to the multipart upload and add the information to the to-be-combined part list.
Public methodAddPartETags(IEnumerableUploadPartResponse)
Obtain the part information from the response to the multipart upload and add the information to the to-be-combined part list.
Top
See Also