TablePointInTimeRecoverySpecification

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

The settings used to enable point in time recovery.

Constructors

Link copied to clipboard
constructor(pointInTimeRecoveryEnabled: Boolean? = 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.