BackupShortTermRetentionPolicy.DiffBackupIntervalInHours Property

Definition

Gets or sets the differential backup interval in hours. This is how many interval hours between each differential backup will be supported. This is only applicable to live databases but not dropped databases.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.diffBackupIntervalInHours")]
public int? DiffBackupIntervalInHours { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.diffBackupIntervalInHours")>]
member this.DiffBackupIntervalInHours : Nullable<int> with get, set
Public Property DiffBackupIntervalInHours As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to