IDatabaseProperties.PersistenceRdbEnabled Property

Definition

Sets whether RDB is enabled. Note that at most one of AOF or RDB persistence may be enabled.

[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Create=true, Description="Sets whether RDB is enabled. Note that at most one of AOF or RDB persistence may be enabled.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="rdbEnabled", Update=true)]
public bool? PersistenceRdbEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Create=true, Description="Sets whether RDB is enabled. Note that at most one of AOF or RDB persistence may be enabled.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="rdbEnabled", Update=true)>]
member this.PersistenceRdbEnabled : Nullable<bool> with get, set
Public Property PersistenceRdbEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to