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
| Name | Description |
|---|---|
| QueryMetricUnitType(String) |
Initializes a new instance of QueryMetricUnitType. |
Properties
| Name | Description |
|---|---|
| Count |
count. |
| KB |
KB. |
| Microseconds |
microseconds. |
| Percentage |
percentage. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |