KeyspacesCellMapDefinition

Represents a key-value pair within a map data type in Amazon Keyspaces, including the associated metadata.

Types

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

Properties

Link copied to clipboard

The key of this map entry in the Amazon Keyspaces cell.

Link copied to clipboard

Metadata for this specific key-value pair within the map, such as timestamps and TTL information.

Link copied to clipboard

The value associated with the key in this map entry.

Functions

Link copied to clipboard
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