Persistence.RdbFrequency 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 sets the frequency at which a snapshot of the database is created. Possible values include: '1h', '6h', '12h'
[Newtonsoft.Json.JsonProperty(PropertyName="rdbFrequency")]
public string RdbFrequency { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rdbFrequency")>]
member this.RdbFrequency : string with get, set
Public Property RdbFrequency As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute