AWS SDK for .NET Documentation
DeletedObject Class
AmazonAmazon.S3.ModelDeletedObject Did this page help you?   Yes   No    Tell us about it...
Contains information about a successful delete operation against a specific S3 object.
Declaration Syntax
C#
public class DeletedObject
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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.

Inheritance Hierarchy
Object
DeletedObject

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)