Class DeletedObject
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
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
Key
The key of the deleted S3 object.
public string Key { get; set; }
Property Value
VersionId
The version of the deleted S3 object.
public string VersionId { get; set; }