MetricStatisticsDefinition

class oci.database_management.models.MetricStatisticsDefinition(**kwargs)

Bases: object

The metric statistics values with dimension details.

Methods

__init__(**kwargs) Initializes a new MetricStatisticsDefinition object with values from keyword arguments.

Attributes

dimensions Gets the dimensions of this MetricStatisticsDefinition.
lower_quartile Gets the lower_quartile of this MetricStatisticsDefinition.
max Gets the max of this MetricStatisticsDefinition.
median Gets the median of this MetricStatisticsDefinition.
min Gets the min of this MetricStatisticsDefinition.
unit Gets the unit of this MetricStatisticsDefinition.
upper_quartile Gets the upper_quartile of this MetricStatisticsDefinition.
__init__(**kwargs)

Initializes a new MetricStatisticsDefinition object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • min (float) – The value to assign to the min property of this MetricStatisticsDefinition.
  • max (float) – The value to assign to the max property of this MetricStatisticsDefinition.
  • median (float) – The value to assign to the median property of this MetricStatisticsDefinition.
  • lower_quartile (float) – The value to assign to the lower_quartile property of this MetricStatisticsDefinition.
  • upper_quartile (float) – The value to assign to the upper_quartile property of this MetricStatisticsDefinition.
  • unit (str) – The value to assign to the unit property of this MetricStatisticsDefinition.
  • dimensions (list[oci.database_management.models.MetricDimensionDefinition]) – The value to assign to the dimensions property of this MetricStatisticsDefinition.
dimensions

Gets the dimensions of this MetricStatisticsDefinition. The dimensions of the metric.

Returns:The dimensions of this MetricStatisticsDefinition.
Return type:list[oci.database_management.models.MetricDimensionDefinition]
lower_quartile

Gets the lower_quartile of this MetricStatisticsDefinition. The first quartile value of the metric.

Returns:The lower_quartile of this MetricStatisticsDefinition.
Return type:float
max

Gets the max of this MetricStatisticsDefinition. The maximum value of the metric.

Returns:The max of this MetricStatisticsDefinition.
Return type:float
median

Gets the median of this MetricStatisticsDefinition. The median value of the metric.

Returns:The median of this MetricStatisticsDefinition.
Return type:float
min

Gets the min of this MetricStatisticsDefinition. The minimum value of the metric.

Returns:The min of this MetricStatisticsDefinition.
Return type:float
unit

Gets the unit of this MetricStatisticsDefinition. The unit of the metric value.

Returns:The unit of this MetricStatisticsDefinition.
Return type:str
upper_quartile

Gets the upper_quartile of this MetricStatisticsDefinition. The third quartile value of the metric.

Returns:The upper_quartile of this MetricStatisticsDefinition.
Return type:float