CompleteMultipartUploadRequestAddPartETags Method (UploadPartResponse) |
Obtain the part information from the response to the multipart upload and add the information to the to-be-combined part list.
Namespace:
OBS.Model
Assembly:
esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntaxpublic void AddPartETags(
params UploadPartResponse[] responses
)
Parameters
- responses
- Type: OBS.ModelUploadPartResponse
Response to the multipart upload
See Also