Package version:

Interface DatabaseUsage

Usage metric of a database.

Hierarchy

Properties

currentValue?: number

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

displayName?: string

User-readable name of the metric. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

limit?: number

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

name?: string

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

type?: string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

unit?: string

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

Generated using TypeDoc