DeletedObject

Information about the deleted object.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the specified object version that was permanently deleted was (true) or was not (false) a delete marker before deletion. In a simple DELETE, this header indicates whether (true) or not (false) the current version of the object is a delete marker. To learn more about delete markers, see Working with delete markers.

Link copied to clipboard

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.

Link copied to clipboard
val key: String?

The name of the deleted object.

Link copied to clipboard

The version ID of the deleted object.

Functions

Link copied to clipboard
inline fun copy(block: DeletedObject.Builder.() -> Unit = {}): DeletedObject
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String