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
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 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.