SqlTuningAdvisorTaskRecommendationCollection

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

Bases: object

The SQL Tuning Advisor recommendations for a given SQL statement.

Methods

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

Attributes

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

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

[Required] Gets the items of this SqlTuningAdvisorTaskRecommendationCollection. A list of SQL Tuning Advisor recommendations.

Returns:The items of this SqlTuningAdvisorTaskRecommendationCollection.
Return type:list[oci.database_management.models.SqlTuningAdvisorTaskRecommendationSummary]