RecommendedActionImpactInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents impact of applying a Recommended Action, either estimated or observed
public class RecommendedActionImpactInfo
type RecommendedActionImpactInfo = class
Public Class RecommendedActionImpactInfo
- Inheritance
-
RecommendedActionImpactInfo
Constructors
RecommendedActionImpactInfo() |
Initializes a new instance of the RecommendedActionImpactInfo class. |
Properties
AbsoluteValue |
Optional. Gets the absolute value of this dimension if applicable. E.g., Number of Queries affected |
ChangeValueAbsolute |
Optional. Gets the absolute change in the value of this dimension. E.g., Absolute Disk space change in Megabytes |
ChangeValueRelative |
Optional. Gets the relative change in the value of this dimension. E.g., Relative Disk space change in Percentage |
DimensionName |
Optional. Gets the name of the impact dimension. E.g., CPUChange, DiskSpaceChange, NumberOfQueriesAffected. |
Unit |
Optional. Gets the unit in which impact of this dimension is measured. E.g., DTU, MegaBytes |