DeletedObject is a container for information about a successful delete operation against a specific S3 object.

Namespace: Amazon.S3.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class DeletedObject
Public Class DeletedObject
public ref class DeletedObject

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DeletedObject()()()()
Initializes a new instance of the DeletedObject class
DeleteMarkerVersionId
Gets and sets the DeleteMarkerVersionId property. Specifies the VersionId for the DeleteMarker that was created when doing a non-versioned object was deleted in a versioned bucket.
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
Gets and sets the IsDeleteMarker property. Specifies whether the object deleted was (true) or was not (false) a Delete Marker.
Key
Gets and set the key of the deleted S3 object.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
VersionId
Gets and sets the version of the deleted S3 object.

Inheritance Hierarchy

System..::..Object
  Amazon.S3.Model..::..DeletedObject

See Also