Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServerUsage

Package version

Represents server metrics.

Hierarchy

  • ServerUsage

Index

Properties

Optional currentValue

currentValue: undefined | number

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

Optional displayName

displayName: undefined | string

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

Optional limit

limit: undefined | number

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

Optional name

name: undefined | string

Name of the server usage metric. NOTE: This property will not be serialized. It can only be populated by the server.

Optional nextResetTime

nextResetTime: Date

The next reset time for the metric (ISO8601 format). NOTE: This property will not be serialized. It can only be populated by the server.

Optional resourceName

resourceName: undefined | string

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

Optional unit

unit: undefined | string

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

Generated using TypeDoc