你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AofFrequency Struct

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.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequencyTypeConverter))]
public struct AofFrequency : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequency>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Support.AofFrequencyTypeConverter))>]
type AofFrequency = struct
    interface IArgumentCompleter
Public Structure AofFrequency
Implements IArgumentCompleter, IEquatable(Of AofFrequency)
Inheritance
AofFrequency
Attributes
Implements

Fields

Always
OneS

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(AofFrequency)

Compares values of enum type AofFrequency

Equals(Object)

Compares values of enum type AofFrequency (override for Object)

GetHashCode()

Returns hashCode for enum AofFrequency

ToString()

Returns string representation for AofFrequency

Operators

Equality(AofFrequency, AofFrequency)

Overriding == operator for enum AofFrequency

Implicit(AofFrequency to String)

Implicit operator to convert AofFrequency to string

Implicit(String to AofFrequency)

Implicit operator to convert string to AofFrequency

Inequality(AofFrequency, AofFrequency)

Overriding != operator for enum AofFrequency

Applies to