Table of Contents

Class CopyPartResponse

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

Returns information about the CopyPart response and response metadata.

public class CopyPartResponse : AmazonWebServiceResponse
Inheritance
CopyPartResponse

Constructors

CopyPartResponse()

public CopyPartResponse()

Properties

BucketKeyEnabled

Indicates whether the multipart upload uses bucket key for server-side encryption with AWS KMS (SSE-KMS).

public bool BucketKeyEnabled { get; set; }

Property Value

bool

ChecksumCRC32

Gets and sets the property ChecksumCRC32.

The base64-encoded, 32-bit CRC32 checksum of the object.

public string ChecksumCRC32 { get; set; }

Property Value

string

ChecksumCRC32C

Gets and sets the property ChecksumCRC32C.

The base64-encoded, 32-bit CRC32C checksum of the object.

public string ChecksumCRC32C { get; set; }

Property Value

string

ChecksumSHA1

Gets and sets the property ChecksumSHA1.

The base64-encoded, 160-bit SHA-1 digest of the object.

public string ChecksumSHA1 { get; set; }

Property Value

string

ChecksumSHA256

Gets and sets the property ChecksumSHA256.

The base64-encoded, 256-bit SHA-256 digest of the object.

public string ChecksumSHA256 { get; set; }

Property Value

string

CopySourceVersionId

The version of the source object that was copied, if you have enabled versioning on the source bucketName.

public string CopySourceVersionId { get; set; }

Property Value

string

ETag

Entity tag of the object.

public string ETag { get; set; }

Property Value

string

LastModified

Date and time at which the object was uploaded.

public DateTime LastModified { get; set; }

Property Value

DateTime

PartNumber

Gets and sets the PartNumber property. This is the part number in it's multi-part upload that will uniquely identify the part and determine the relative ordering within the destination object.

public int PartNumber { get; set; }

Property Value

int

ServerSideEncryptionKeyManagementServiceKeyId

The id of the AWS Key Management Service key that Amazon S3 uses to encrypt and decrypt the object.

If present, specifies the ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric encryption customer managed key that was used for the object.

public string ServerSideEncryptionKeyManagementServiceKeyId { get; set; }

Property Value

string

ServerSideEncryptionMethod

The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256,

aws:kms
).
public ServerSideEncryptionMethod ServerSideEncryptionMethod { get; set; }

Property Value

ServerSideEncryptionMethod