Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PredictiveResponse

Package version

The response to a metrics query.

Hierarchy

  • PredictiveResponse

Index

Properties

Optional data

the value of the collection.

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 metricName

metricName: undefined | string

The metrics being queried

Optional targetResourceId

targetResourceId: undefined | string

resource of the predictive metric.

Optional timespan

timespan: undefined | 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.

Generated using TypeDoc