GetTableResult

data class GetTableResult(val billingMode: TableBillingMode? = null, val defaultTimeToLive: Int? = null, val encryptionSpecification: TableEncryptionSpecification? = null, val pointInTimeRecoveryEnabled: Boolean? = null, val regularColumns: List<TableColumn>? = null, val tags: List<TableTag>? = null)

Constructors

Link copied to clipboard
fun GetTableResult(billingMode: TableBillingMode? = null, defaultTimeToLive: Int? = null, encryptionSpecification: TableEncryptionSpecification? = null, pointInTimeRecoveryEnabled: Boolean? = null, regularColumns: List<TableColumn>? = null, tags: List<TableTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val defaultTimeToLive: Int? = null

Default TTL (Time To Live) in seconds, where zero is disabled. If the value is greater than zero, TTL is enabled for the entire table and an expiration timestamp is added to each column.

Link copied to clipboard

Indicates whether point in time recovery is enabled (true) or disabled (false) on the table

Link copied to clipboard

Non-key columns of the table

Link copied to clipboard
val tags: List<TableTag>? = null

An array of key-value pairs to apply to this resource