Persistence.AofFrequency Property

Definition

Gets or sets sets the frequency at which data is written to disk. Possible values include: '1s', 'always'

[Newtonsoft.Json.JsonProperty(PropertyName="aofFrequency")]
public string AofFrequency { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="aofFrequency")>]
member this.AofFrequency : string with get, set
Public Property AofFrequency As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to