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.
public readonly struct AofFrequency : IEquatable<Azure.ResourceManager.RedisEnterpriseCache.Models.AofFrequency>
type AofFrequency = struct
Public Structure AofFrequency
Implements IEquatable(Of AofFrequency)
- Inheritance
-
AofFrequency
- Implements
Constructors
| Name | Description |
|---|---|
| AofFrequency(String) |
Initializes a new instance of AofFrequency. |
Properties
| Name | Description |
|---|---|
| Always |
always. |
| OneS |
1s. |
Methods
| Name | Description |
|---|---|
| Equals(AofFrequency) |
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
| Name | Description |
|---|---|
| Equality(AofFrequency, AofFrequency) |
Determines if two AofFrequency values are the same. |
| Implicit(String to AofFrequency) |
Converts a string to a AofFrequency. |
| Inequality(AofFrequency, AofFrequency) |
Determines if two AofFrequency values are not the same. |