AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Returns information about the CopyPart response and response metadata.
Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public class CopyPartResponse : AmazonWebServiceResponse
The CopyPartResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
CopyPartResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
BucketKeyEnabled | System.Boolean |
Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with Key Management Service (KMS) keys (SSE-KMS). |
![]() |
ChecksumCRC32 | System.String |
Gets and sets the property ChecksumCRC32.
This header can be used as a data integrity check to verify that the data received
is the same data that was originally sent. This specifies the Base64 encoded, 32-bit
|
![]() |
ChecksumCRC32C | System.String |
Gets and sets the property ChecksumCRC32C.
This header can be used as a data integrity check to verify that the data received
is the same data that was originally sent. This specifies the Base64 encoded, 32-bit
|
![]() |
ChecksumCRC64NVME | System.String |
Gets and sets the property ChecksumCRC64NVME.
This header can be used as a data integrity check to verify that the data received
is the same data that was originally sent. This specifies the Base64 encoded, 64-bit
|
![]() |
ChecksumSHA1 | System.String |
Gets and sets the property ChecksumSHA1.
This header can be used as a data integrity check to verify that the data received
is the same data that was originally sent. This specifies the Base64 encoded, 160-bit
|
![]() |
ChecksumSHA256 | System.String |
Gets and sets the property ChecksumSHA256.
This header can be used as a data integrity check to verify that the data received
is the same data that was originally sent. This specifies the Base64 encoded, 256-bit
|
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
CopySourceVersionId | System.String |
The version of the source object that was copied, if you have enabled versioning on the source bucketName. |
![]() |
ETag | System.String |
Entity tag of the object. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
LastModified | System.Nullable<System.DateTime> |
Date and time at which the object was uploaded. |
![]() |
PartNumber | System.Nullable<System.Int32> |
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. |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
ServerSideEncryptionKeyManagementServiceKeyId | System.String |
If present, indicates the ID of the KMS key that was used for object encryption. |
![]() |
ServerSideEncryptionMethod | Amazon.S3.ServerSideEncryptionMethod |
The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.
When accessing data stored in Amazon FSx file systems using S3 access points, the
only valid server side encryption option is |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer