Class UploadPartResponse
Returns information about the UploadPart response and response metadata.
public class UploadPartResponse : AmazonWebServiceResponse
- Inheritance
-
UploadPartResponse
Constructors
UploadPartResponse()
public UploadPartResponse()
Properties
BucketKeyEnabled
Gets and sets the property BucketKeyEnabled.
Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption with Amazon Web Services KMS (SSE-KMS).
public bool BucketKeyEnabled { get; set; }
Property Value
ChecksumCRC32
Gets and sets the property ChecksumCRC32.
The base64-encoded, 32-bit CRC32 checksum of the object.
public string ChecksumCRC32 { get; set; }
Property Value
ChecksumCRC32C
Gets and sets the property ChecksumCRC32C.
The base64-encoded, 32-bit CRC32C checksum of the object.
public string ChecksumCRC32C { get; set; }
Property Value
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
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
ETag
Entity tag for the uploaded object.
public string ETag { get; set; }
Property Value
PartNumber
Gets and sets the part number specified for the part upload. This is needed when completing the multipart upload.
public int PartNumber { get; set; }
Property Value
RequestCharged
If present, indicates that the requester was successfully charged for the request.
public RequestCharged RequestCharged { get; set; }
Property Value
ServerSideEncryptionMethod
The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256,
aws:kms
).
public ServerSideEncryptionMethod ServerSideEncryptionMethod { get; set; }