Persistence.RdbFrequency Property

Definition

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

Applies to