QueryMetricUnitType 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.
The unit of the metric.
public readonly struct QueryMetricUnitType : IEquatable<Azure.ResourceManager.Sql.Models.QueryMetricUnitType>
type QueryMetricUnitType = struct
Public Structure QueryMetricUnitType
Implements IEquatable(Of QueryMetricUnitType)
- Inheritance
-
QueryMetricUnitType
- Implements
Constructors
QueryMetricUnitType(String) |
Initializes a new instance of QueryMetricUnitType. |
Properties
Count |
count. |
KB |
KB. |
Microseconds |
microseconds. |
Percentage |
percentage. |
Methods
Equals(QueryMetricUnitType) |
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(QueryMetricUnitType, QueryMetricUnitType) |
Determines if two QueryMetricUnitType values are the same. |
Implicit(String to QueryMetricUnitType) |
Converts a string to a QueryMetricUnitType. |
Inequality(QueryMetricUnitType, QueryMetricUnitType) |
Determines if two QueryMetricUnitType values are not the same. |
Applies to
Azure SDK for .NET