TablePointInTimeRecoverySpecification

data class TablePointInTimeRecoverySpecification(val pointInTimeRecoveryEnabled: Boolean? = null, val recoveryPeriodInDays: Int? = null)

The settings used to enable point in time recovery.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The number of preceding days for which continuous backups are taken and maintained. Your table data is only recoverable to any point-in-time from within the configured recovery period. This parameter is optional. If no value is provided, the value will default to 35.