GetKeyResponse

A key value pair.

Types

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

Properties

Link copied to clipboard

Number of key value pairs in the Key Value Store.

Link copied to clipboard
val key: String

The key of the key value pair.

Link copied to clipboard

Total size of the Key Value Store in bytes.

Link copied to clipboard

The value of the key value pair.

Functions

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