Class UploadPartResponse
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
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 S3.
public ServerSideEncryptionMethod ServerSideEncryptionMethod { get; set; }