Class MySqlDataVerificationObjectStatusSummary
Per-object status comparison line for MySQL migrations.
Inherited Members
Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public class MySqlDataVerificationObjectStatusSummary : DataVerificationObjectStatusSummary
Properties
ObjectType
Declaration
[Required(ErrorMessage = "ObjectType is required.")]
[JsonProperty(PropertyName = "objectType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public MySqlDatabaseObjectTypes? ObjectType { get; set; }
Property Value
| Type | Description |
|---|---|
| MySqlDatabaseObjectTypes? | MySQL database object type. |
Remarks
Required