Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BasicRetentionPolicyDescription

Package version

Describes basic retention policy.

Hierarchy

  • BasicRetentionPolicyDescription

Index

Properties

Optional minimumNumberOfBackups

minimumNumberOfBackups: undefined | number

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.

retentionDuration

retentionDuration: string

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.

retentionPolicyType

retentionPolicyType: "Basic"

Polymorphic Discriminator

Generated using TypeDoc