AWS SDK for .NET Documentation
CopyPartResponse Class
AmazonAmazon.S3.ModelCopyPartResponse Did this page help you?   Yes   No    Tell us about it...
The CopyPartResponse contains all the information about the CopyPart operation.
Declaration Syntax
C#
public class CopyPartResponse : S3Response
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CopyPartResponse()()()()
Initializes a new instance of the CopyPartResponse class

AmazonId2
Gets and sets the AmazonId2 property. This property corresponds to the x-amz-id-2 header in the HTTP response from the Amazon S3 service. The value of this header is used for internal troubleshooting purposes.
(Inherited from S3Response.)
Dispose()()()()
Disposes of all managed and unmanaged resources.
(Inherited from S3Response.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ETag
Gets and sets the ETag property.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Headers
Gets and sets the Headers property.
(Overrides S3Response.Headers.)
LastModified
Gets and sets the LastModified property.

Metadata
Gets and sets the Metadata property.
(Inherited from S3Response.)
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.

RequestId
Gets and sets the RequestId property.
(Inherited from S3Response.)
ResponseStream
Gets and sets the ResponseStream property. This property only has a valid value for GetObjectResponses. In order to use this stream without leaking the underlying resource, please wrap access to the stream within a using block.
CopyC#
(Inherited from S3Response.)
ResponseXml
Gets and sets the ResponseXml property. This is the original xml response received from S3
(Inherited from S3Response.)
ServerSideEncryptionMethod
Gets and sets the ServerSideEncryptionMethod property. Specifies the encryption used on the server to store the content. Default is None.

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

StatusCode
Gets the HTTP Status code from the service response.
(Inherited from S3Response.)
ToString()()()()
String Representation of this object. Overrides Object.ToString()
(Inherited from S3Response.)
Inheritance Hierarchy
Object
S3Response
 CopyPartResponse

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)