Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PercentileMetric

Package version

Percentile Metric data

Hierarchy

  • PercentileMetric

Index

Properties

Optional endTime

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.

Optional metricValues

metricValues: PercentileMetricValue[]

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

Optional name

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

Optional startTime

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.

Optional timeGrain

timeGrain: undefined | string

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

Optional unit

unit: UnitType

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

Generated using TypeDoc