Click or drag to resize

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.1.3.0 (3.1.3)
Syntax
C#
public void AddPartETags(
	params UploadPartResponse[] responses
)

Parameters

responses
Type: OBS.ModelUploadPartResponse
Response to the multipart upload
See Also