C# 클래스 Amazon.S3.Model.CompleteMultipartUploadRequest

Container for the parameters to the CompleteMultipartUpload operation.

Completes a multipart upload by assembling previously uploaded parts.

상속: Amazon.Runtime.AmazonWebServiceRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
AddPartETags ( ) : void

Adds a collection of part numbers and corresponding etags.

AddPartETags ( IEnumerable responses ) : void

Adds a collection of part numbers and corresponding etags by transforming the CopyPartResponse into PartETags.

AddPartETags ( IEnumerable partETags ) : void

Adds a collection of part numbers and corresponding etags.

AddPartETags ( IEnumerable responses ) : void

Adds a collection of part numbers and corresponding etags by transforming the UploadPartResponses into PartETags.

비공개 메소드들

메소드 설명
IsSetBucketName ( ) : bool
IsSetKey ( ) : bool
IsSetRequestPayer ( ) : bool

Checks to see if RequetsPayer is set.

IsSetUploadId ( ) : bool

메소드 상세

AddPartETags() 공개 메소드

Adds a collection of part numbers and corresponding etags.
public AddPartETags ( ) : void
리턴 void

AddPartETags() 공개 메소드

Adds a collection of part numbers and corresponding etags by transforming the CopyPartResponse into PartETags.
public AddPartETags ( IEnumerable responses ) : void
responses IEnumerable The list of response objects return from CopyParts.
리턴 void

AddPartETags() 공개 메소드

Adds a collection of part numbers and corresponding etags.
public AddPartETags ( IEnumerable partETags ) : void
partETags IEnumerable PartETags that will added to this request.
리턴 void

AddPartETags() 공개 메소드

Adds a collection of part numbers and corresponding etags by transforming the UploadPartResponses into PartETags.
public AddPartETags ( IEnumerable responses ) : void
responses IEnumerable The list of response objects return from UploadParts.
리턴 void