MetricUnit

enum MetricUnit : Enum<MetricUnit> , ConvertibleToJava<MetricUnit>

Unit of the metric ex: Bytes, Percentage, Count, Seconds, Milliseconds, Bytes/Second, Count/Second, etc.., Other

Entries

Link copied to clipboard

When measurement is in ByteSeconds

Link copied to clipboard

When measurement is in Bytes

Link copied to clipboard

When measurement is in BytesPerSecond

Link copied to clipboard

When measurement is in Cores

Link copied to clipboard

When measurement is in Count

Link copied to clipboard

When measurement is in CountPerSecond

Link copied to clipboard

When measurement is in MilliCores

Link copied to clipboard

When measurement is in MilliSeconds

Link copied to clipboard

When measurement is in NanoCores

Link copied to clipboard

When measurement is in Percent

Link copied to clipboard

When measurement is in Seconds

Link copied to clipboard

When measurement is in Other than listed

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: MetricUnit
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): MetricUnit
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.