PartitionKey

An attribute used in partitioning data in a table. A dimension key partitions data using the values of the dimension specified by the dimension-name as partition key, while a measure key partitions data using measure names (values of the 'measure_name' column).

Types

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

Properties

Link copied to clipboard

The level of enforcement for the specification of a dimension key in ingested records. Options are REQUIRED (dimension key must be specified) and OPTIONAL (dimension key does not have to be specified).

Link copied to clipboard
val name: String?

The name of the attribute used for a dimension key.

Link copied to clipboard

The type of the partition key. Options are DIMENSION (dimension key) and MEASURE (measure key).

Functions

Link copied to clipboard
inline fun copy(block: PartitionKey.Builder.() -> Unit = {}): PartitionKey
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