AofFrequency Struct
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. 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 |