CassandraSchemaResponse

data class CassandraSchemaResponse(val clusterKeys: List<ClusterKeyResponse>? = null, val columns: List<ColumnResponse>? = null, val partitionKeys: List<CassandraPartitionKeyResponse>? = null)

Cosmos DB Cassandra table schema

Constructors

Link copied to clipboard
constructor(clusterKeys: List<ClusterKeyResponse>? = null, columns: List<ColumnResponse>? = null, partitionKeys: List<CassandraPartitionKeyResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of cluster key.

Link copied to clipboard

List of Cassandra table columns.

Link copied to clipboard

List of partition key.