TablePointInTimeRecovery

data class TablePointInTimeRecovery(val enabled: Boolean, val recoveryPeriodInDays: Int? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, recoveryPeriodInDays: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to enable point-in-time recovery. It can take 10 minutes to enable for new tables. If the point_in_time_recovery block is not provided, this defaults to false.

Link copied to clipboard

Number of preceding days for which continuous backups are taken and maintained. Default is 35.