Package version:

Interface Metric

Database metrics.

Hierarchy

  • Metric

Properties

endTime?: Date

The end time for the metric (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server.

metricValues?: MetricValue[]

The metric values for the specified time window and timestep. NOTE: This property will not be serialized. It can only be populated by the server.

name?: MetricName

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

startTime?: Date

The start time for the metric (ISO-8601 format). NOTE: This property will not be serialized. It can only be populated by the server.

timeGrain?: string

The time step to be used to summarize the metric values. NOTE: This property will not be serialized. It can only be populated by the server.

unit?: string

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

Generated using TypeDoc