Table of Contents

Class UploadPartResponse

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

Returns information about the UploadPart response and response metadata.

public class UploadPartResponse : AmazonWebServiceResponse
Inheritance
UploadPartResponse

Constructors

UploadPartResponse()

public UploadPartResponse()

Properties

ETag

Entity tag for the uploaded object.

public string ETag { get; set; }

Property Value

string

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

int

RequestCharged

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

public RequestCharged RequestCharged { get; set; }

Property Value

RequestCharged

ServerSideEncryptionMethod

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

public ServerSideEncryptionMethod ServerSideEncryptionMethod { get; set; }

Property Value

ServerSideEncryptionMethod