Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IotHubQuotaMetricInfo

Package version

Quota metrics properties.

Hierarchy

  • IotHubQuotaMetricInfo

Index

Properties

Optional currentValue

currentValue: undefined | number

The current value for the quota metric. NOTE: This property will not be serialized. It can only be populated by the server.

Optional maxValue

maxValue: undefined | number

The maximum value of the quota metric. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

The name of the quota metric. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc