Class MySqlDataCollection
The collection of SQL performance data records for a specific Managed MySQL Database.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class MySqlDataCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<MySqlDataSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<MySqlDataSummary> | The list of SQLDataSummary records. |
Remarks
Required