Package version:

Interface OperationImpact

The impact of an operation, both in absolute and relative terms.

Hierarchy

  • OperationImpact

Properties

changeValueAbsolute?: number

The absolute impact to dimension. NOTE: This property will not be serialized. It can only be populated by the server.

changeValueRelative?: number

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?: string

The name of the impact dimension. NOTE: This property will not be serialized. It can only be populated by the server.

unit?: string

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.

Generated using TypeDoc