IPersistence.AofFrequency Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the frequency at which data is written to disk.
[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Description="Sets the frequency at which data is written to disk.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency) }, ReadOnly=false, Required=false, SerializedName="aofFrequency")]
public Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency? AofFrequency { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Description="Sets the frequency at which data is written to disk.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency) }, ReadOnly=false, Required=false, SerializedName="aofFrequency")>]
member this.AofFrequency : Nullable<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency> with get, set
Public Property AofFrequency As Nullable(Of AofFrequency)
Property Value
- Attributes