RecommendedActionMetricInfoResponse

data class RecommendedActionMetricInfoResponse(val metricName: String, val startTime: String, val timeGrain: String, val unit: String, val value: Double)

Contains time series of various impacted metrics for an Azure SQL Database, Server or Elastic Pool Recommended Action.

Constructors

Link copied to clipboard
constructor(metricName: String, startTime: String, timeGrain: String, unit: String, value: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets the name of the metric. e.g., CPU, Number of Queries.

Link copied to clipboard

Gets the start time of time interval given by this MetricInfo.

Link copied to clipboard

Gets the duration of time interval for the value given by this MetricInfo. e.g., PT1H (1 hour)

Link copied to clipboard

Gets the unit in which metric is measured. e.g., DTU, Frequency

Link copied to clipboard

Gets the value of the metric in the time interval given by this MetricInfo.