Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SqlPoolUsage

Package version

The Sql pool usages.

Hierarchy

  • SqlPoolUsage

Index

Properties

Optional currentValue

currentValue: undefined | number

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

Optional displayName

displayName: undefined | string

The usage 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 usage 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 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 usage 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 usage metric. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc