A unit definition for metric values.

Hierarchy

  • ProductAnalyticsUnit

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

The unit family (e.g., time, bytes).

id?: number

Numeric identifier for the unit.

name?: string

The full name of the unit (e.g., nanosecond).

plural?: string

Plural form of the unit name (e.g., nanoseconds).

scaleFactor?: number

Conversion factor relative to the base unit of the family.

shortName?: string

Abbreviated unit name (e.g., ns).

Generated using TypeDoc