MySqlDataCollection¶
- 
class oci.database_management.models.MySqlDataCollection(**kwargs)¶
- Bases: - object- The collection of SQL performance data records for a specific Managed MySQL Database. - Methods - __init__(**kwargs)- Initializes a new MySqlDataCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this MySqlDataCollection. - 
__init__(**kwargs)¶
- Initializes a new MySqlDataCollection 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.MySqlDataSummary]) – The value to assign to the items property of this MySqlDataCollection. 
 - 
items¶
- [Required] Gets the items of this MySqlDataCollection. The list of SQLDataSummary records. - Returns: - The items of this MySqlDataCollection. - Return type: - list[oci.database_management.models.MySqlDataSummary] 
 
-