Class CreateMdsMySqlDatabaseInsightDetails
The information about database to be analyzed.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class CreateMdsMySqlDatabaseInsightDetails : CreateDatabaseInsightDetails
Properties
DatabaseId
Declaration
[Required(ErrorMessage = "DatabaseId is required.")]
[JsonProperty(PropertyName = "databaseId")]
public string DatabaseId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the database. |
Remarks
Required