Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryMetric

Package version

A database query.

Hierarchy

  • QueryMetric

Index

Properties

Properties

Optional displayName

displayName: undefined | string

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

Optional name

name: undefined | string

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

Optional unit

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

Optional value

value: undefined | number

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

Generated using TypeDoc