LogMetric 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.
public readonly struct LogMetric : IEquatable<Azure.ResourceManager.Cdn.Models.LogMetric>
type LogMetric = struct
Public Structure LogMetric
Implements IEquatable(Of LogMetric)
- Inheritance
-
LogMetric
- Implements
Constructors
| Name | Description |
|---|---|
| LogMetric(String) |
Initializes a new instance of LogMetric. |
Properties
| Name | Description |
|---|---|
| ClientRequestBandwidth |
Gets the ClientRequestBandwidth. |
| ClientRequestCount |
Gets the ClientRequestCount. |
| ClientRequestTraffic |
Gets the ClientRequestTraffic. |
| OriginRequestBandwidth |
Gets the OriginRequestBandwidth. |
| OriginRequestTraffic |
Gets the OriginRequestTraffic. |
| TotalLatency |
Gets the TotalLatency. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(LogMetric, LogMetric) |
Determines if two LogMetric values are the same. |
| Implicit(String to LogMetric) |
Converts a string to a LogMetric. |
| Implicit(String to Nullable<LogMetric>) | |
| Inequality(LogMetric, LogMetric) |
Determines if two LogMetric values are not the same. |