DatabaseUpdate.PersistenceAofFrequency 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.Origin(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.PropertyOrigin.Inlined)]
public Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency? PersistenceAofFrequency { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Origin(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.PropertyOrigin.Inlined)>]
member this.PersistenceAofFrequency : Nullable<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency> with get, set
Public Property PersistenceAofFrequency As Nullable(Of AofFrequency)

Property Value

Implements

Attributes

Applies to