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

Container for the parameters to the CopyPart operation.

Uploads a part by copying data from an existing object as data source.

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

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

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

Checks if DestinationBucket property is set.

IsSetDestinationKey ( ) : bool

Checks if DestinationKey property is set.

IsSetETagToMatch ( ) : bool

Checks if ETagsToMatch property is set.

IsSetETagToNotMatch ( ) : bool

Checks if ETagToNotMatch property is set.

IsSetFirstByte ( ) : bool

Checks if FirstByte property is set.

IsSetLastByte ( ) : bool

Checks if LastByte property is set.

IsSetModifiedSinceDate ( ) : bool

Checks if ModifiedSinceDate property is set.

IsSetPartNumber ( ) : bool

Checks if PartNumber property is set.

IsSetServerSideEncryptionMethod ( ) : bool

Checks if ServerSideEncryptionMethod property is set.

IsSetSourceBucket ( ) : bool

Checks if SourceBucket property is set.

IsSetSourceKey ( ) : bool

Checks if SourceKey property is set.

IsSetSourceVersionId ( ) : bool

Checks if SourceVersionId property is set.

IsSetUnmodifiedSinceDate ( ) : bool

Checks if UnmodifiedSinceDate property is set.

IsSetUploadId ( ) : bool

Checks if UploadId property is set.