OperationImpact interface
The impact of an operation, both in absolute and relative terms.
Properties
change |
The absolute impact to dimension. NOTE: This property will not be serialized. It can only be populated by the server. |
change |
The relative impact to dimension (null if not applicable) NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the impact dimension. NOTE: This property will not be serialized. It can only be populated by the server. |
unit | The unit in which estimated impact to dimension is measured. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
changeValueAbsolute
The absolute impact to dimension. NOTE: This property will not be serialized. It can only be populated by the server.
changeValueAbsolute?: number
Property Value
number
changeValueRelative
The relative impact to dimension (null if not applicable) NOTE: This property will not be serialized. It can only be populated by the server.
changeValueRelative?: number
Property Value
number
name
The name of the impact dimension. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
unit
The unit in which estimated impact to dimension is measured. NOTE: This property will not be serialized. It can only be populated by the server.
unit?: string
Property Value
string