SqlStatisticsTimeSeriesByPlanAggregation¶
-
class
oci.opsi.models.
SqlStatisticsTimeSeriesByPlanAggregation
(**kwargs)¶ Bases:
object
SQL performance statistics for a given plan
Methods
__init__
(**kwargs)Initializes a new SqlStatisticsTimeSeriesByPlanAggregation object with values from keyword arguments. Attributes
plan_hash
[Required] Gets the plan_hash of this SqlStatisticsTimeSeriesByPlanAggregation. statistics
[Required] Gets the statistics of this SqlStatisticsTimeSeriesByPlanAggregation. -
__init__
(**kwargs)¶ Initializes a new SqlStatisticsTimeSeriesByPlanAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - plan_hash (int) – The value to assign to the plan_hash property of this SqlStatisticsTimeSeriesByPlanAggregation.
- statistics (list[oci.opsi.models.SqlStatisticsTimeSeries]) – The value to assign to the statistics property of this SqlStatisticsTimeSeriesByPlanAggregation.
-
plan_hash
¶ [Required] Gets the plan_hash of this SqlStatisticsTimeSeriesByPlanAggregation. Plan hash value for the SQL Execution Plan
Returns: The plan_hash of this SqlStatisticsTimeSeriesByPlanAggregation. Return type: int
-
statistics
¶ [Required] Gets the statistics of this SqlStatisticsTimeSeriesByPlanAggregation. SQL performance statistics for a given plan
Returns: The statistics of this SqlStatisticsTimeSeriesByPlanAggregation. Return type: list[oci.opsi.models.SqlStatisticsTimeSeries]
-