Table of Contents

Class DeleteObjectResponse

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

Returns information about the DeleteObject response and response metadata.

public class DeleteObjectResponse : AmazonWebServiceResponse
Inheritance
DeleteObjectResponse

Constructors

DeleteObjectResponse()

public DeleteObjectResponse()

Properties

DeleteMarker

Specifies whether the versioned object that was permanently deleted was (true) or was not (false) a delete marker.

public string DeleteMarker { get; set; }

Property Value

string

RequestCharged

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

public RequestCharged RequestCharged { get; set; }

Property Value

RequestCharged

VersionId

Returns the version ID of the delete marker created as a result of the DELETE operation.

public string VersionId { get; set; }

Property Value

string