RecommendedActionImpactRecord interface

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

Properties

absoluteValue

Gets the absolute value of this dimension if applicable. e.g., Number of Queries affected

changeValueAbsolute

Gets the absolute change in the value of this dimension. e.g., Absolute Disk space change in Megabytes

changeValueRelative

Gets the relative change in the value of this dimension. e.g., Relative Disk space change in Percentage

dimensionName

Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected.

unit

Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected.

Property Details

absoluteValue

Gets the absolute value of this dimension if applicable. e.g., Number of Queries affected

absoluteValue?: number

Property Value

number

changeValueAbsolute

Gets the absolute change in the value of this dimension. e.g., Absolute Disk space change in Megabytes

changeValueAbsolute?: number

Property Value

number

changeValueRelative

Gets the relative change in the value of this dimension. e.g., Relative Disk space change in Percentage

changeValueRelative?: number

Property Value

number

dimensionName

Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected.

dimensionName?: string

Property Value

string

unit

Gets the name of the impact dimension. e.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected.

unit?: string

Property Value

string