Values.ContinuousBackupsDescriptionSourceRepresents the continuous backups and point in time recovery settings on the table.
type nonrec t = {continuousBackupsStatus : ContinuousBackupsStatus.t option;ContinuousBackupsStatus can be one of the following states: ENABLED, DISABLED
*)pointInTimeRecoveryDescription : PointInTimeRecoveryDescription.t option;The description of the point in time recovery settings applied to the table.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `Integer of RecoveryPeriodInDays.t
| `Timestamp of Date.t ])
list ])
list ]