Share via


AofFrequency Struct

Definition

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

AofFrequency(String)

Initializes a new instance of AofFrequency.

Properties

Always

always.

OneS

1s.

Methods

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

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.

Applies to