SqlPlanBaselineAggregationCollection

class oci.database_management.models.SqlPlanBaselineAggregationCollection(**kwargs)

Bases: object

A collection of SQL plan baseline aggregations.

Methods

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

Attributes

items [Required] Gets the items of this SqlPlanBaselineAggregationCollection.
__init__(**kwargs)

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

Parameters:items (list[oci.database_management.models.SqlPlanBaselineAggregation]) – The value to assign to the items property of this SqlPlanBaselineAggregationCollection.
items

[Required] Gets the items of this SqlPlanBaselineAggregationCollection. A list of SQL plan baseline aggregations.

Returns:The items of this SqlPlanBaselineAggregationCollection.
Return type:list[oci.database_management.models.SqlPlanBaselineAggregation]