BackupRetentionSettings Data Type

Properties
name data type constraints description
retentionKeepLastNFull number required
retentionKeepFullNewerThan number required
retentionKeepLastNIncremental number required
retentionKeepIncrementalNewerThan number required
keepLastBackupWhenSourceStillExists boolean required

Example

{
  "retentionKeepLastNFull" : 12345,
  "retentionKeepFullNewerThan" : 12345,
  "retentionKeepLastNIncremental" : 12345,
  "retentionKeepIncrementalNewerThan" : 12345,
  "keepLastBackupWhenSourceStillExists" : true
}