Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UsageMetric

Package version

A metric describing the usage of a resource.

Hierarchy

  • UsageMetric

Index

Properties

Optional currentValue

currentValue: undefined | number

The current value of the metric.

Optional limit

limit: undefined | number

The quota limit for the metric.

Optional name

The name of the metric.

Optional nextResetTime

nextResetTime: Date

The time that the metric's value will reset.

Optional quotaPeriod

quotaPeriod: undefined | string

The quota period that determines the length of time between value resets.

Optional unit

unit: undefined | string

The units used for the metric.

Generated using TypeDoc