DatabaseShortTermRetentionPolicy

data class DatabaseShortTermRetentionPolicy(val backupIntervalInHours: Int? = null, val retentionDays: Int)

Constructors

Link copied to clipboard
constructor(backupIntervalInHours: Int? = null, retentionDays: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The hours between each differential backup. This is only applicable to live databases but not dropped databases. Value has to be 12 or 24. Defaults to 12 hours.

Link copied to clipboard

Point In Time Restore configuration. Value has to be between 1 and 35.