SchemaDefinition - Amazon Keyspaces (for Apache Cassandra)

SchemaDefinition

Describes the schema of the table.

Contents

allColumns

The regular columns of the table.

Type: Array of ColumnDefinition objects

Array Members: Minimum number of 1 item.

Required: Yes

partitionKeys

The columns that are part of the partition key of the table .

Type: Array of PartitionKey objects

Array Members: Minimum number of 1 item.

Required: Yes

clusteringKeys

The columns that are part of the clustering key of the table.

Type: Array of ClusteringKey objects

Required: No

staticColumns

The columns that have been defined as STATIC. Static columns store values that are shared by all rows in the same partition.

Type: Array of StaticColumn objects

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: