ObjectIdentifier

Object Identifier is unique value to identify objects.

Types

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

Properties

Link copied to clipboard
val eTag: String?

An entity tag (ETag) is an identifier assigned by a web server to a specific version of a resource found at a URL. This header field makes the request method conditional on ETags.

Link copied to clipboard
val key: String

Key name of the object.

Link copied to clipboard

If present, the objects are deleted only if its modification times matches the provided Timestamp.

Link copied to clipboard
val size: Long?

If present, the objects are deleted only if its size matches the provided size in bytes.

Link copied to clipboard

Version ID for the specific version of the object to delete.

Functions

Link copied to clipboard
inline fun copy(block: ObjectIdentifier.Builder.() -> Unit = {}): ObjectIdentifier
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