OBS SDK for .NET 3.1.3 API
OBS SDK for .NET 3.1.3 API
OBS Namespaces
OBS.Model
CompleteMultipartUploadRequest Class
CompleteMultipartUploadRequest Methods
AddPartETags Method
AddPartETags Method (CopyPartResponse[])
AddPartETags Method (IEnumerable(CopyPartResponse))
AddPartETags Method (PartETag[])
AddPartETags Method (IEnumerable(PartETag))
AddPartETags Method (UploadPartResponse[])
AddPartETags Method (IEnumerable(UploadPartResponse))
CompleteMultipartUploadRequest
AddPartETags Method (IEnumerable
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.1.3.0 (3.1.3)
Syntax
C#
Copy
public
void
AddPartETags
(
IEnumerable
<
CopyPartResponse
>
responses
)
Parameters
responses
Type:
System.Collections.Generic
IEnumerable
CopyPartResponse
Response to the multipart copy
See Also
Reference
CompleteMultipartUploadRequest Class
AddPartETags Overload
OBS.Model Namespace