PointInTimeRecoveryDescriptionResponse

data class PointInTimeRecoveryDescriptionResponse(val earliestRestorableDateTime: String? = null, val latestRestorableDateTime: String? = null, val pointInTimeRecoveryStatus: PointInTimeRecoveryStatusEnumValueResponse? = null)

Definition of PointInTimeRecoveryDescription

Constructors

Link copied to clipboard
constructor(earliestRestorableDateTime: String? = null, latestRestorableDateTime: String? = null, pointInTimeRecoveryStatus: PointInTimeRecoveryStatusEnumValueResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the earliest point in time you can restore your table to. You can restore your table to any point in time during the last 35 days.

Link copied to clipboard

LatestRestorableDateTime is typically 5 minutes before the current time.

Link copied to clipboard

The current state of point in time recovery:

  • ENABLED - Point in time recovery is enabled.

  • DISABLED - Point in time recovery is disabled.