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

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.

public string ServerSideEncryptionKeyManagementServiceKeyId { get; set; }

Property Value

string

ServerSideEncryptionMethod

The Server-side encryption algorithm used when storing this object in S3.

public ServerSideEncryptionMethod ServerSideEncryptionMethod { get; set; }

Property Value

ServerSideEncryptionMethod