PeriodicModeProperties.BackupIntervalInMinutes Property

Definition

Gets or sets an integer representing the interval in minutes between two backups

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to