OperationImpact Class
- java.
lang. Object - com.
microsoft. azure. management. sql. OperationImpact
- com.
public class OperationImpact
The impact of an operation, both in absolute and relative terms.
Represents impact of an operation, both in absolute and relative terms.
Method Summary
Modifier and Type | Method and Description |
---|---|
Double |
changeValueAbsolute()
Get the absolute impact to dimension. |
Double |
changeValueRelative()
Get the relative impact to dimension (null if not applicable). |
String |
name()
Get the name of the impact dimension. |
String |
unit()
Get the unit in which estimated impact to dimension is measured. |
Method Details
changeValueAbsolute
public Double changeValueAbsolute()
Get the absolute impact to dimension.
Returns:
changeValueRelative
public Double changeValueRelative()
Get the relative impact to dimension (null if not applicable).
Returns:
name
public String name()
Get the name of the impact dimension.
Returns:
unit
public String unit()
Get the unit in which estimated impact to dimension is measured.
Returns:
Applies to
Azure SDK for Java