CassandraTableSchema

data class CassandraTableSchema(val clusterKeys: List<CassandraTableSchemaClusterKey>? = null, val columns: List<CassandraTableSchemaColumn>, val partitionKeys: List<CassandraTableSchemaPartitionKey>)

Constructors

Link copied to clipboard
constructor(clusterKeys: List<CassandraTableSchemaClusterKey>? = null, columns: List<CassandraTableSchemaColumn>, partitionKeys: List<CassandraTableSchemaPartitionKey>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more cluster_key blocks as defined below.

Link copied to clipboard

One or more column blocks as defined below.

Link copied to clipboard

One or more partition_key blocks as defined below.