CassandraSchema interface

Cosmos DB Cassandra table schema

Properties

clusterKeys

List of cluster key.

columns

List of Cassandra table columns.

partitionKeys

List of partition key.

Property Details

clusterKeys

List of cluster key.

clusterKeys?: ClusterKey[]

Property Value

columns

List of Cassandra table columns.

columns?: Column[]

Property Value

Column[]

partitionKeys

List of partition key.

partitionKeys?: CassandraPartitionKey[]

Property Value