KeyspacesRow
class KeyspacesRow
Represents a row in an Amazon Keyspaces table, containing regular column values, static column values, and row-level metadata.
Types
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.