SqlPlanBaselineAggregation¶
-
class
oci.database_management.models.
SqlPlanBaselineAggregation
(**kwargs)¶ Bases:
object
A summary of SQL plan baselines.
Methods
__init__
(**kwargs)Initializes a new SqlPlanBaselineAggregation object with values from keyword arguments. Attributes
count
Gets the count of this SqlPlanBaselineAggregation. dimensions
[Required] Gets the dimensions of this SqlPlanBaselineAggregation. -
__init__
(**kwargs)¶ Initializes a new SqlPlanBaselineAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - dimensions (oci.database_management.models.SqlPlanBaselineDimensions) – The value to assign to the dimensions property of this SqlPlanBaselineAggregation.
- count (int) – The value to assign to the count property of this SqlPlanBaselineAggregation.
-
count
¶ Gets the count of this SqlPlanBaselineAggregation. The number of SQL plan baselines matching aggregation criteria.
Returns: The count of this SqlPlanBaselineAggregation. Return type: int
-
dimensions
¶ [Required] Gets the dimensions of this SqlPlanBaselineAggregation.
Returns: The dimensions of this SqlPlanBaselineAggregation. Return type: oci.database_management.models.SqlPlanBaselineDimensions
-