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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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