ClusterKeyArgs

data class ClusterKeyArgs(val name: Output<String>? = null, val orderBy: Output<String>? = null) : ConvertibleToJava<ClusterKeyArgs>

Cosmos DB Cassandra table cluster key

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, orderBy: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

Name of the Cosmos DB Cassandra table cluster key

Link copied to clipboard
val orderBy: Output<String>? = null

Order of the Cosmos DB Cassandra table cluster key, only support "Asc" and "Desc"

Functions

Link copied to clipboard
open override fun toJava(): ClusterKeyArgs