AnnotationEntry

Describes a single annotation attached to an object, including its name, last modified time, size, ETag, checksum algorithm, and replication status. Returned in the response from ListObjectAnnotations.

Types

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

Properties

Link copied to clipboard

The name of the annotation.

Link copied to clipboard

The checksum algorithm used for the annotation.

Link copied to clipboard
val eTag: String?

The entity tag of the annotation.

Link copied to clipboard

The date and time the annotation was last modified.

Link copied to clipboard

The replication status of the annotation.

Link copied to clipboard
val size: Long

The size of the annotation payload, in bytes.

Functions

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