C# Класс Amazon.S3.Model.UploadPartRequest

The parameters to request upload of a part in a multipart upload operation.

If PartSize is not specified then the rest of the content from the file or stream will be sent to Amazon S3.

You must set either the FilePath or InputStream. If FilePath is set then the FilePosition property must be set.

Наследование: Amazon.Runtime.AmazonWebServiceRequest
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
IsSetBucketName bool
IsSetFilePath bool
IsSetFilePosition bool
IsSetInputStream bool
IsSetKey bool
IsSetMD5Digest bool
IsSetPartNumber bool
IsSetPartSize bool
IsSetRequestPayer bool
IsSetServerSideEncryptionCustomerMethod bool
IsSetServerSideEncryptionCustomerProvidedKey bool
IsSetServerSideEncryptionCustomerProvidedKeyMD5 bool
IsSetUploadId bool
SetupForFilePath void

Приватные методы

Метод Описание
IsSetBucketName ( ) : bool
IsSetFilePath ( ) : bool

Checks if the FilePath property is set.

IsSetFilePosition ( ) : bool

Checks if the FilePosition property is set.

IsSetInputStream ( ) : bool
IsSetKey ( ) : bool
IsSetMD5Digest ( ) : bool

Checks if the MD5Digest property is set.

IsSetPartNumber ( ) : bool
IsSetPartSize ( ) : bool

Checks if PartSize property is set.

IsSetRequestPayer ( ) : bool

Checks to see if RequetsPayer is set.

IsSetServerSideEncryptionCustomerMethod ( ) : bool
IsSetServerSideEncryptionCustomerProvidedKey ( ) : bool

Checks if ServerSideEncryptionCustomerProvidedKey property is set.

IsSetServerSideEncryptionCustomerProvidedKeyMD5 ( ) : bool

Checks if ServerSideEncryptionCustomerProvidedKeyMD5 property is set.

IsSetUploadId ( ) : bool
SetupForFilePath ( ) : void