Share via


LogMetric Struct

Definition

The LogMetric.

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

Constructors

LogMetric(String)

Initializes a new instance of LogMetric.

Properties

ClientRequestBandwidth

clientRequestBandwidth.

ClientRequestCount

clientRequestCount.

ClientRequestTraffic

clientRequestTraffic.

OriginRequestBandwidth

originRequestBandwidth.

OriginRequestTraffic

originRequestTraffic.

TotalLatency

totalLatency.

Methods

Equals(LogMetric)

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

Determines if two LogMetric values are the same.

Implicit(String to LogMetric)

Converts a string to a LogMetric.

Inequality(LogMetric, LogMetric)

Determines if two LogMetric values are not the same.

Applies to