Click or drag to resize

CompleteMultipartUploadRequestAddPartETags Method (IEnumerableCopyPartResponse)

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)
Syntax
C#
public void AddPartETags(
	IEnumerable<CopyPartResponse> responses
)

Parameters

responses
Type: System.Collections.GenericIEnumerableCopyPartResponse
Response to the multipart copy
See Also