Defines values for MetricUnit.
KnownMetricUnit can be used interchangeably with MetricUnit,
this enum contains the known values that the service supports.
Known values supported by the service
Count: Unit of raw quantity. Bytes: Unit of memory in bytes. Seconds: Unit of time in seconds. CountPerSecond: Rate unit of raw quantity per second. BytesPerSecond: Rate unit of memory in bytes per second. Percent: Percentage unit. MilliSeconds: Unit of time in 1/1000th of a second. ByteSeconds: Unit of data transfer or storage. It is the size of the data in bytes multiplied by the time it takes to transfer or store the data in seconds. Unspecified: No specified unit. Cores: Unit of processing power. MilliCores: Unit of processing power in 1/1000th of a CPU core. NanoCores: Unit of processing power in one billionth of a CPU core. BitsPerSecond: Rate unit of binary digits per second.
Defines values for MetricUnit.
KnownMetricUnit can be used interchangeably with MetricUnit, this enum contains the known values that the service supports.
Known values supported by the service
Count: Unit of raw quantity.
Bytes: Unit of memory in bytes.
Seconds: Unit of time in seconds.
CountPerSecond: Rate unit of raw quantity per second.
BytesPerSecond: Rate unit of memory in bytes per second.
Percent: Percentage unit.
MilliSeconds: Unit of time in 1/1000th of a second.
ByteSeconds: Unit of data transfer or storage. It is the size of the data in bytes multiplied by the time it takes to transfer or store the data in seconds.
Unspecified: No specified unit.
Cores: Unit of processing power.
MilliCores: Unit of processing power in 1/1000th of a CPU core.
NanoCores: Unit of processing power in one billionth of a CPU core.
BitsPerSecond: Rate unit of binary digits per second.