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 NOTE: This property will not be serialized. It can only be populated by the server.

changeValueAbsolute

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

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

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

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.

Property Details

absoluteValue

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.

absoluteValue?: number

Property Value

number

changeValueAbsolute

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.

changeValueAbsolute?: number

Property Value

number

changeValueRelative

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.

changeValueRelative?: number

Property Value

number

dimensionName

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.

dimensionName?: string

Property Value

string

unit

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

Property Value

string