KeyspacesCell

Represents a cell in an Amazon Keyspaces table, containing both the value and metadata about the cell.

Types

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

Properties

Link copied to clipboard

Metadata associated with this cell, such as time-to-live (TTL) expiration time and write timestamp.

Link copied to clipboard

The value stored in this cell, which can be of various data types supported by Amazon Keyspaces.

Functions

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