Record

class Record

Represents a change data capture record for a row in an Amazon Keyspaces table, containing both the new and old states of the row.

Types

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

Properties

Link copied to clipboard

The clustering key columns and their values for the affected row, which determine the order of rows within a partition.

Link copied to clipboard

The timestamp indicating when this change data capture record was created.

Link copied to clipboard

The version of the record format, used to track the evolution of the record structure over time.

Link copied to clipboard

The state of the row after the change operation that generated this record.

Link copied to clipboard

The state of the row before the change operation that generated this record.

Link copied to clipboard

The origin or source of this change data capture record.

Link copied to clipboard

The partition key columns and their values for the affected row.

Link copied to clipboard

A unique identifier assigned to this record within the shard, used for ordering and tracking purposes.

Functions

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