Object containing the metric unit family, scale factor, name, and short name.

Hierarchy

  • MetricsQueryUnit

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
family?: string

Unit family, allows for conversion between units of the same family, for scaling.

name?: string

Unit name

plural?: string

Plural form of the unit name.

scaleFactor?: number

Factor for scaling between units of the same family.

shortName?: string

Abbreviation of the unit.

Generated using TypeDoc