PersistenceSettingAofFrequency 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.
public readonly struct PersistenceSettingAofFrequency : IEquatable<Azure.ResourceManager.RedisEnterprise.Models.PersistenceSettingAofFrequency>
type PersistenceSettingAofFrequency = struct
Public Structure PersistenceSettingAofFrequency
Implements IEquatable(Of PersistenceSettingAofFrequency)
- Inheritance
-
PersistenceSettingAofFrequency
- Implements
Constructors
PersistenceSettingAofFrequency(String) |
Initializes a new instance of PersistenceSettingAofFrequency. |
Properties
Always |
always. |
OneSecond |
1s. |
Methods
Equals(PersistenceSettingAofFrequency) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(PersistenceSettingAofFrequency, PersistenceSettingAofFrequency) |
Determines if two PersistenceSettingAofFrequency values are the same. |
Implicit(String to PersistenceSettingAofFrequency) |
Converts a string to a PersistenceSettingAofFrequency. |
Inequality(PersistenceSettingAofFrequency, PersistenceSettingAofFrequency) |
Determines if two PersistenceSettingAofFrequency values are not the same. |
Applies to
Azure SDK for .NET