KeyspacesRow
Represents a row in an Amazon Keyspaces table, containing regular column values, static column values, and row-level metadata.
Contents
- rowMetadata
-
Metadata that applies to the entire row, such as timestamps and TTL information.
Type: KeyspacesMetadata object
Required: No
- staticCells
-
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.
Type: String to KeyspacesCell object map
Required: No
- valueCells
-
A map of regular (non-static) column cells in the row, where keys are column names and values are the corresponding cells.
Type: String to KeyspacesCell object map
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: