Cassandra Table Schema
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>)