Show / Hide Table of Contents

Class MySqlDataCollection

The collection of SQL performance data records for a specific Managed MySQL Database.

Inheritance
object
MySqlDataCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top