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

C# |
public class DeletedObject

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DeletedObject()()()() | Initializes a new instance of the DeletedObject class |
![]() | 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.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IsDeleteMarker |
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.
|
![]() | Key |
The key of the deleted S3 object.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | VersionId |
The version of the deleted S3 object.
|

Object | |
![]() | DeletedObject |