backupRetentionDays property

int? backupRetentionDays
getter/setter pair

Configures the duration for which backup data will be kept.

It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault. Minimum value is 1 and maximum value is 90 for hourly backups. Minimum value is 1 and maximum value is 90 for daily backups. Minimum value is 7 and maximum value is 186 for weekly backups. Minimum value is 30 and maximum value is 732 for monthly backups. Minimum value is 365 and maximum value is 36159 for yearly backups.

Required.

Implementation

core.int? backupRetentionDays;