IDatabaseProperties.PersistenceRdbFrequency Property

Definition

Sets the frequency at which a snapshot of the database is created.

[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.PSArgumentCompleter(new System.String[] { "1h", "6h", "12h" })]
[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Create=true, Description="Sets the frequency at which a snapshot of the database is created.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="rdbFrequency", Update=true)]
public string PersistenceRdbFrequency { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.PSArgumentCompleter(new System.String[] { "1h", "6h", "12h" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Create=true, Description="Sets the frequency at which a snapshot of the database is created.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="rdbFrequency", Update=true)>]
member this.PersistenceRdbFrequency : string with get, set
Public Property PersistenceRdbFrequency As String

Property Value

Attributes

Applies to