PeriodicModeProperties.BackupRetentionIntervalInHours Property

Definition

Gets or sets an integer representing the time (in hours) that each backup is retained

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to