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
파일 보기 프로젝트 열기: scopely/aws-sdk-net 1 사용 예제들

비공개 메소드들

메소드 설명
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.