SqlStatisticsTimeSeries¶
-
class
oci.opsi.models.
SqlStatisticsTimeSeries
(**kwargs)¶ Bases:
object
SQL performance statistics per database
Methods
__init__
(**kwargs)Initializes a new SqlStatisticsTimeSeries object with values from keyword arguments. Attributes
name
[Required] Gets the name of this SqlStatisticsTimeSeries. values
[Required] Gets the values of this SqlStatisticsTimeSeries. -
__init__
(**kwargs)¶ Initializes a new SqlStatisticsTimeSeries object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this SqlStatisticsTimeSeries.
- values (list[float]) – The value to assign to the values property of this SqlStatisticsTimeSeries.
-
name
¶ [Required] Gets the name of this SqlStatisticsTimeSeries. SQL performance statistic name
Returns: The name of this SqlStatisticsTimeSeries. Return type: str
-
values
¶ [Required] Gets the values of this SqlStatisticsTimeSeries. SQL performance statistic value
Returns: The values of this SqlStatisticsTimeSeries. Return type: list[float]
-