SqlTuningAdvisorTaskFindingCollection¶
-
class
oci.database_management.models.
SqlTuningAdvisorTaskFindingCollection
(**kwargs)¶ Bases:
object
The list of findings for a SQL Tuning Advisor task.
Methods
__init__
(**kwargs)Initializes a new SqlTuningAdvisorTaskFindingCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SqlTuningAdvisorTaskFindingCollection. -
__init__
(**kwargs)¶ Initializes a new SqlTuningAdvisorTaskFindingCollection 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.SqlTuningAdvisorTaskFindingSummary]) – The value to assign to the items property of this SqlTuningAdvisorTaskFindingCollection.
-
items
¶ [Required] Gets the items of this SqlTuningAdvisorTaskFindingCollection. An array of the findings for a tuning task.
Returns: The items of this SqlTuningAdvisorTaskFindingCollection. Return type: list[oci.database_management.models.SqlTuningAdvisorTaskFindingSummary]
-