Share via


CosmosDBMetricUnitType Struct

Definition

The unit of the metric.

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

Constructors

CosmosDBMetricUnitType(String)

Initializes a new instance of CosmosDBMetricUnitType.

Properties

Bytes

Bytes.

BytesPerSecond

BytesPerSecond.

Count

Count.

CountPerSecond

CountPerSecond.

Milliseconds

Milliseconds.

Percent

Percent.

Seconds

Seconds.

Methods

Equals(CosmosDBMetricUnitType)

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

Determines if two CosmosDBMetricUnitType values are the same.

Implicit(String to CosmosDBMetricUnitType)

Converts a string to a CosmosDBMetricUnitType.

Inequality(CosmosDBMetricUnitType, CosmosDBMetricUnitType)

Determines if two CosmosDBMetricUnitType values are not the same.

Applies to