TieringPolicy Class

Definition

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

public class TieringPolicy
type TieringPolicy = class
Public Class TieringPolicy
Inheritance
TieringPolicy

Constructors

TieringPolicy()

Initializes a new instance of the TieringPolicy class.

TieringPolicy(String, Nullable<Int32>, String)

Initializes a new instance of the TieringPolicy class.

Properties

Duration

Gets or sets number of days/weeks/months/years to retain backups in current tier before tiering. Used only if TieringMode is set to TierAfter

DurationType

Gets or sets retention duration type: days/weeks/months/years Used only if TieringMode is set to TierAfter. Possible values include: 'Invalid', 'Days', 'Weeks', 'Months', 'Years'

TieringMode

Gets or sets tiering Mode to control automatic tiering of recovery points. Supported values are:

  1. TierRecommended: Tier all recovery points recommended to be tiered
  2. TierAfter: Tier all recovery points after a fixed period, as specified in duration + durationType below.
  3. DoNotTier: Do not tier any recovery points. Possible values include: 'Invalid', 'TierRecommended', 'TierAfter', 'DoNotTier'

Applies to