Share via


MetricUnit Struct

Definition

Metric unit.

public readonly struct MetricUnit : IEquatable<Azure.Developer.LoadTesting.MetricUnit>
type MetricUnit = struct
Public Structure MetricUnit
Implements IEquatable(Of MetricUnit)
Inheritance
MetricUnit
Implements

Constructors

MetricUnit(String)

Initializes a new instance of MetricUnit.

Properties

Bytes

Bytes.

BytesPerSecond

Bytes per second.

Count

Value count.

CountPerSecond

Count per second.

Milliseconds

Milliseconds.

NotSpecified

No unit specified.

Percent

Percentage.

Seconds

Seconds.

Methods

Equals(MetricUnit)

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

Determines if two MetricUnit values are the same.

Implicit(String to MetricUnit)

Converts a String to a MetricUnit.

Inequality(MetricUnit, MetricUnit)

Determines if two MetricUnit values are not the same.

Applies to