DatabaseUsageProperties interface
Properties of a database usage.
Properties
| current |
Current value of the metric. |
| display |
User-readable name of the metric. |
| limit | Boundary value of the metric. |
| unit | Unit of the metric. |
Property Details
currentValue
Current value of the metric.
currentValue?: number
Property Value
number
displayName
User-readable name of the metric.
displayName?: string
Property Value
string
limit
Boundary value of the metric.
limit?: number
Property Value
number
unit
Unit of the metric.
unit?: string
Property Value
string