TableTtl

data class TableTtl(val attributeName: String? = null, val enabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(attributeName: String? = null, enabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attributeName: String? = null

Name of the table attribute to store the TTL timestamp in. Required if enabled is true, must not be set otherwise.

Link copied to clipboard
val enabled: Boolean? = null

Whether TTL is enabled. Default value is false.