BackupShortTermRetentionPolicy.DiffBackupIntervalInHours Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET