Table of Contents

Class DeletedObject

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

Contains information about a successful delete operation against a specific S3 object.

public class DeletedObject
Inheritance
DeletedObject
Inherited Members

Constructors

DeletedObject()

public DeletedObject()

Properties

DeleteMarker

Specifies whether the versioned object that was permanently deleted was (true) or was not (false) a delete marker. In a simple DELETE, this header indicates whether (true) or not (false) a delete marker was created.

public bool DeleteMarker { get; set; }

Property Value

bool

DeleteMarkerVersionId

The version ID of the delete marker created as a result of the DELETE operation. If you delete a specific object version, the value returned by this header is the version ID of the object version deleted.

public string DeleteMarkerVersionId { get; set; }

Property Value

string

Key

The key of the deleted S3 object.

public string Key { get; set; }

Property Value

string

VersionId

The version of the deleted S3 object.

public string VersionId { get; set; }

Property Value

string