KeyspacesRow - Amazon Keyspaces
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon SDKs, see the following: