ETag

class ETag

The entity tag (ETag) is a hash of the object representing its semantic content.

Types

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

Properties

Link copied to clipboard

The algorithm used to calculate the read set’s ETag(s).

Link copied to clipboard

The ETag hash calculated on Source1 of the read set.

Link copied to clipboard

The ETag hash calculated on Source2 of the read set.

Functions

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