Persistence.RdbEnabled Property

Definition

Gets or sets sets whether RDB is enabled.

[Newtonsoft.Json.JsonProperty(PropertyName="rdbEnabled")]
public bool? RdbEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rdbEnabled")>]
member this.RdbEnabled : Nullable<bool> with get, set
Public Property RdbEnabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to