CassandraSchemaArgs

data class CassandraSchemaArgs(val clusterKeys: Output<List<ClusterKeyArgs>>? = null, val columns: Output<List<ColumnArgs>>? = null, val partitionKeys: Output<List<CassandraPartitionKeyArgs>>? = null) : ConvertibleToJava<CassandraSchemaArgs>

Cosmos DB Cassandra table schema

Constructors

Link copied to clipboard
constructor(clusterKeys: Output<List<ClusterKeyArgs>>? = null, columns: Output<List<ColumnArgs>>? = null, partitionKeys: Output<List<CassandraPartitionKeyArgs>>? = null)

Properties

Link copied to clipboard
val clusterKeys: Output<List<ClusterKeyArgs>>? = null

List of cluster key.

Link copied to clipboard
val columns: Output<List<ColumnArgs>>? = null

List of Cassandra table columns.

Link copied to clipboard

List of partition key.

Functions

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