Click or drag to resize

CompleteMultipartUploadRequest Methods

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