Share via


LogRankingMetric Struct

Definition

The LogRankingMetric. Serialized Name: LogRankingMetric

public readonly struct LogRankingMetric : IEquatable<Azure.ResourceManager.Cdn.Models.LogRankingMetric>
type LogRankingMetric = struct
Public Structure LogRankingMetric
Implements IEquatable(Of LogRankingMetric)
Inheritance
LogRankingMetric
Implements

Constructors

LogRankingMetric(String)

Initializes a new instance of LogRankingMetric.

Properties

ClientRequestCount

clientRequestCount Serialized Name: LogRankingMetric.clientRequestCount

ClientRequestTraffic

clientRequestTraffic Serialized Name: LogRankingMetric.clientRequestTraffic

ErrorCount

errorCount Serialized Name: LogRankingMetric.errorCount

HitCount

hitCount Serialized Name: LogRankingMetric.hitCount

MissCount

missCount Serialized Name: LogRankingMetric.missCount

UserErrorCount

userErrorCount Serialized Name: LogRankingMetric.userErrorCount

Methods

Equals(LogRankingMetric)

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(LogRankingMetric, LogRankingMetric)

Determines if two LogRankingMetric values are the same.

Implicit(String to LogRankingMetric)

Converts a String to a LogRankingMetric.

Inequality(LogRankingMetric, LogRankingMetric)

Determines if two LogRankingMetric values are not the same.

Applies to