RecommendedActionMetricInfo Class

Definition

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

public class RecommendedActionMetricInfo
type RecommendedActionMetricInfo = class
Public Class RecommendedActionMetricInfo
Inheritance
RecommendedActionMetricInfo

Constructors

RecommendedActionMetricInfo()

Initializes a new instance of the RecommendedActionMetricInfo class.

RecommendedActionMetricInfo(String, String, String, Nullable<DateTime>, Nullable<Double>)

Initializes a new instance of the RecommendedActionMetricInfo class.

Properties

MetricName

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

StartTime

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

TimeGrain

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

Unit

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

Value

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

Applies to