TieringPolicy interface
Tiering Policy for a target tier. If the policy is not specified for a given target tier, service retains the existing configured tiering policy for that tier
Properties
duration | Number of days/weeks/months/years to retain backups in current tier before tiering. Used only if TieringMode is set to TierAfter |
duration |
Retention duration type: days/weeks/months/years Used only if TieringMode is set to TierAfter |
tiering |
Tiering Mode to control automatic tiering of recovery points. Supported values are:
|
Property Details
duration
Number of days/weeks/months/years to retain backups in current tier before tiering. Used only if TieringMode is set to TierAfter
duration?: number
Property Value
number
durationType
Retention duration type: days/weeks/months/years Used only if TieringMode is set to TierAfter
durationType?: string
Property Value
string
tieringMode
Tiering Mode to control automatic tiering of recovery points. Supported values are:
- TierRecommended: Tier all recovery points recommended to be tiered
- TierAfter: Tier all recovery points after a fixed period, as specified in duration + durationType below.
- DoNotTier: Do not tier any recovery points
tieringMode?: string
Property Value
string