Share via


RedisCommonPropertiesRedisConfiguration.AofBackupEnabled Property

Definition

Gets or sets specifies whether the aof backup is enabled

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to