AutoBackupSettings.FullBackupWindowHours Property

Definition

Gets or sets duration of the time window of a given day during which full backups can take place. 1-23 hours.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to