Table of Contents

Class CopyObjectResponse

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

Returns information about the CopyObject response and response metadata.

public class CopyObjectResponse : AmazonWebServiceResponse
Inheritance
CopyObjectResponse

Constructors

CopyObjectResponse()

public CopyObjectResponse()

Properties

ETag

Gets and sets the ETag property.

public string ETag { get; set; }

Property Value

string

Expiration

Gets and sets the Expiration property. Specifies the expiration date for the object and the rule governing the expiration. Is null if expiration is not applicable.

public Expiration Expiration { get; set; }

Property Value

Expiration

LastModified

Gets and sets the LastModified property.

public string LastModified { get; set; }

Property Value

string

RequestCharged

If present, indicates that the requester was successfully charged for the request.

public RequestCharged RequestCharged { get; set; }

Property Value

RequestCharged

ServerSideEncryptionCustomerMethod

The Server-side encryption algorithm to be used with the customer provided key.

public ServerSideEncryptionCustomerMethod ServerSideEncryptionCustomerMethod { get; set; }

Property Value

ServerSideEncryptionCustomerMethod

ServerSideEncryptionCustomerProvidedKeyMD5

The MD5 of the customer encryption key specified in the ServerSideEncryptionCustomerProvidedKey property. The MD5 is base 64 encoded. This field is optional, the SDK will calculate the MD5 if this is not set.

public string ServerSideEncryptionCustomerProvidedKeyMD5 { get; set; }

Property Value

string

ServerSideEncryptionKeyManagementServiceEncryptionContext

Specifies the AWS KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.

public string ServerSideEncryptionKeyManagementServiceEncryptionContext { get; set; }

Property Value

string

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

SourceVersionId

Gets and sets the SourceVersionId property. This is the Version Id of the Source Object

public string SourceVersionId { get; set; }

Property Value

string

VersionId

Version ID of the newly created copy.

public string VersionId { get; set; }

Property Value

string