BackupSchedule.RetentionPeriodInDays Property

Definition

Gets or sets after how many days backups should be deleted.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to