BasicRetentionPolicyDescription
Describes basic retention policy.
Properties
Name | Type | Required |
---|---|---|
RetentionDuration |
string (duration) | Yes |
MinimumNumberOfBackups |
integer | No |
RetentionDuration
Type: string (duration)
Required: Yes
It is the minimum duration for which a backup created, will remain stored in the storage and might get deleted after that span of time. It should be specified in ISO8601 format.
MinimumNumberOfBackups
Type: integer
Required: No
InclusiveMinimum: 0
It is the minimum number of backups to be retained at any point of time. If specified with a non zero value, backups will not be deleted even if the backups have gone past retention duration and have number of backups less than or equal to it.