Package version:

Interface RecommendedActionMetricInfo

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

Hierarchy

  • RecommendedActionMetricInfo

Properties

metricName?: string

Gets the name of the metric. e.g., CPU, Number of Queries. NOTE: This property will not be serialized. It can only be populated by the server.

startTime?: Date

Gets the start time of time interval given by this MetricInfo. NOTE: This property will not be serialized. It can only be populated by the server.

timeGrain?: string

Gets the duration of time interval for the value given by this MetricInfo. e.g., PT1H (1 hour) NOTE: This property will not be serialized. It can only be populated by the server.

unit?: string

Gets the unit in which metric is measured. e.g., DTU, Frequency NOTE: This property will not be serialized. It can only be populated by the server.

value?: number

Gets the value of the metric in the time interval given by this MetricInfo. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc