Show / Hide Table of Contents

Class MySqlDataVerificationObjectStatusSummary

Per-object status comparison line for MySQL migrations.

Inheritance
object
DataVerificationObjectStatusSummary
MySqlDataVerificationObjectStatusSummary
Inherited Members
DataVerificationObjectStatusSummary.Owner
DataVerificationObjectStatusSummary.ObjectName
DataVerificationObjectStatusSummary.StatusInSource
DataVerificationObjectStatusSummary.StatusInTarget
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top