CassandraTableSchemaClusterKey

data class CassandraTableSchemaClusterKey(val name: String, val orderBy: String)

Constructors

Link copied to clipboard
constructor(name: String, orderBy: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the cluster key to be created.

Link copied to clipboard

Order of the key. Currently supported values are Asc and Desc.