Package version:

Interface RecommendedActionImpactRecord

Contains information of estimated or observed impact on various metrics for an Azure SQL Database, Server or Elastic Pool Recommended Action.

Hierarchy

  • RecommendedActionImpactRecord

Properties

absoluteValue?: number

Gets the absolute value of this dimension if applicable. e.g., Number of Queries affected NOTE: This property will not be serialized. It can only be populated by the server.

changeValueAbsolute?: number

Gets the absolute change in the value of this dimension. e.g., Absolute Disk space change in Megabytes NOTE: This property will not be serialized. It can only be populated by the server.

changeValueRelative?: number

Gets the relative change in the value of this dimension. e.g., Relative Disk space change in Percentage NOTE: This property will not be serialized. It can only be populated by the server.

dimensionName?: string

Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected. NOTE: This property will not be serialized. It can only be populated by the server.

unit?: string

Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc