OperationImpact Class

  • java.lang.Object
    • com.microsoft.azure.management.sql.OperationImpact

public class OperationImpact

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

Constructor Summary

Constructor Description
OperationImpact()

Method Summary

Modifier and Type Method and Description
java.lang.Double changeValueAbsolute()

Get the absolute impact to dimension.

java.lang.Double changeValueRelative()

Get the relative impact to dimension (null if not applicable).

java.lang.String name()

Get the name of the impact dimension.

java.lang.String unit()

Get the unit in which estimated impact to dimension is measured.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

OperationImpact

public OperationImpact()

Method Details

changeValueAbsolute

public Double changeValueAbsolute()

Get the absolute impact to dimension.

Returns:

the changeValueAbsolute value

changeValueRelative

public Double changeValueRelative()

Get the relative impact to dimension (null if not applicable).

Returns:

the changeValueRelative value

name

public String name()

Get the name of the impact dimension.

Returns:

the name value

unit

public String unit()

Get the unit in which estimated impact to dimension is measured.

Returns:

the unit value

Applies to