TableTtl

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the table attribute to store the TTL timestamp in.

Link copied to clipboard
val enabled: Boolean? = null

Whether TTL is enabled.