Click or drag to resize

CompleteMultipartUploadRequestAddPartETags Method (IEnumerableUploadPartResponse)

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

Parameters

responses
Type: System.Collections.GenericIEnumerableUploadPartResponse
Response to the multipart upload
See Also