Click or drag to resize

CompleteMultipartUploadRequestAddPartETags Method (IEnumerablePartETag)

Add part information to the to-be-comibined 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(
	IEnumerable<PartETag> partETags
)

Parameters

partETags
Type: System.Collections.GenericIEnumerablePartETag
Information about the part to be added
See Also