DataSetJoinKeyProperties

data class DataSetJoinKeyProperties(val uniqueKey: Boolean? = null)

Properties associated with the columns participating in a join.

Constructors

Link copied to clipboard
constructor(uniqueKey: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val uniqueKey: Boolean? = null

A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Amazon QuickSight to optimize query performance.