Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Response

Package version

The response to a metrics query.

Hierarchy

  • Response

Index

Properties

Optional cost

cost: undefined | number

The integer value representing the relative cost of the query.

Optional interval

interval: undefined | string

The interval (window size) for which the metric data was returned in. This may be adjusted in the future and returned back from what was originally requested. This is not present if a metadata request was made.

Optional namespace

namespace: undefined | string

The namespace of the metrics been queried

Optional resourceregion

resourceregion: undefined | string

The region of the resource been queried for metrics.

timespan

timespan: string

The timespan for which the data was retrieved. Its value consists of two datetimes concatenated, separated by '/'. This may be adjusted in the future and returned back from what was originally requested.

value

value: Metric[]

the value of the collection.

Generated using TypeDoc