DeletedObject is a container for information about a successful
delete operation against a specific S3 object.
Namespace: Amazon.S3.ModelAssembly: 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 |
| Member | Description | |
|---|---|---|
| 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) | (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()()()() | (Inherited from Object.) | |
| VersionId |
Gets and sets the version of the deleted S3 object.
|