KeyspacesRow

Represents a row in an Amazon Keyspaces table, containing regular column values, static column values, and row-level metadata.

Types

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

Properties

Link copied to clipboard

Metadata that applies to the entire row, such as timestamps and TTL information.

Link copied to clipboard

A map of static column cells shared by all rows with the same partition key, where keys are column names and values are the corresponding cells.

Link copied to clipboard

A map of regular (non-static) column cells in the row, where keys are column names and values are the corresponding cells.

Functions

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