SqlPlanBaselineCollection

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

Bases: object

The SQL plan baseline list.

Methods

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

Attributes

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

Initializes a new SqlPlanBaselineCollection 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.SqlPlanBaselineSummary]) – The value to assign to the items property of this SqlPlanBaselineCollection.
items

[Required] Gets the items of this SqlPlanBaselineCollection. A list of SQL plan baselines.

Returns:The items of this SqlPlanBaselineCollection.
Return type:list[oci.database_management.models.SqlPlanBaselineSummary]