CompleteMultipartUploadRequestAddPartETags Method (CopyPartResponse) |
Obtain the part information from the response to the multipart copy 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 CopyPartResponse[] responses
)
Parameters
- responses
- Type: OBS.ModelCopyPartResponse
Response to the multipart copy
See Also