recoveryWindowDays property

int? recoveryWindowDays
getter/setter pair

The number of days that are eligible to restore from using PITR.

To support the entire recovery window, backups and logs are retained for one day more than the recovery window. If not set, defaults to 14 days.

Implementation

core.int? recoveryWindowDays;