TimeToLiveSpecification

Represents the settings used to enable or disable Time to Live (TTL) for the specified table.

Types

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

Properties

Link copied to clipboard

The name of the TTL attribute used to store the expiration time for items in the table.

Link copied to clipboard

Indicates whether TTL is to be enabled (true) or disabled (false) on the table.

Functions

Link copied to clipboard
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