ClusteringKey

The optional clustering column portion of your primary key determines how the data is clustered and sorted within each partition.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name(s) of the clustering column(s).

Link copied to clipboard

Sets the ascendant (ASC) or descendant (DESC) order modifier.

Functions

Link copied to clipboard
inline fun copy(block: ClusteringKey.Builder.() -> Unit = {}): ClusteringKey
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String