TableSchemaCompositePartitionKey

data class TableSchemaCompositePartitionKey(val enforcementInRecord: String? = null, val name: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(enforcementInRecord: String? = null, name: String? = null, type: String)

Types

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. Valid values: REQUIRED, OPTIONAL.

Link copied to clipboard
val name: String? = null

The name of the attribute used for a dimension key.

Link copied to clipboard

The type of the partition key. Valid values: DIMENSION, MEASURE.