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:
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