SqlStatisticsTimeSeriesAggregation

class oci.opsi.models.SqlStatisticsTimeSeriesAggregation(**kwargs)

Bases: object

Database details and SQL performance statistics for a given database

Methods

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

Attributes

database_details [Required] Gets the database_details of this SqlStatisticsTimeSeriesAggregation.
statistics [Required] Gets the statistics of this SqlStatisticsTimeSeriesAggregation.
__init__(**kwargs)

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

Parameters:
database_details

[Required] Gets the database_details of this SqlStatisticsTimeSeriesAggregation.

Returns:The database_details of this SqlStatisticsTimeSeriesAggregation.
Return type:oci.opsi.models.DatabaseDetails
statistics

[Required] Gets the statistics of this SqlStatisticsTimeSeriesAggregation. SQL performance statistics for a given database

Returns:The statistics of this SqlStatisticsTimeSeriesAggregation.
Return type:list[oci.opsi.models.SqlStatisticsTimeSeries]