RecommendedActionImpactRecordResponse

data class RecommendedActionImpactRecordResponse(val absoluteValue: Double, val changeValueAbsolute: Double, val changeValueRelative: Double, val dimensionName: String, val unit: String)

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

Constructors

Link copied to clipboard
constructor(absoluteValue: Double, changeValueAbsolute: Double, changeValueRelative: Double, dimensionName: String, unit: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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