IPersistence.AofFrequency Property

Definition

Sets the frequency at which data is written to disk. Defaults to '1s', meaning 'every second'. Note that the 'always' setting is deprecated, because of its performance impact.

[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.PSArgumentCompleter(new System.String[] { "1s", "always" })]
[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Create=true, Description="Sets the frequency at which data is written to disk. Defaults to '1s', meaning 'every second'. Note that the 'always' setting is deprecated, because of its performance impact.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="aofFrequency", Update=true)]
public string AofFrequency { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.PSArgumentCompleter(new System.String[] { "1s", "always" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Create=true, Description="Sets the frequency at which data is written to disk. Defaults to '1s', meaning 'every second'. Note that the 'always' setting is deprecated, because of its performance impact.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="aofFrequency", Update=true)>]
member this.AofFrequency : string with get, set
Public Property AofFrequency As String

Property Value

Attributes

Applies to