Show / Hide Table of Contents

Class RunDataVerificationDetails

Details for running Data Verification. This request is modeled with a type discriminator so future Data Verification run options can be added without changing the required request body contract.
Note: The migration database combination is inferred from the migrationId in the path and is not part of this request body.

Inheritance
object
RunDataVerificationDetails
DefaultRunDataVerificationDetails
Inherited Members
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
[JsonConverter(typeof(RunDataVerificationDetailsModelConverter))]
public class RunDataVerificationDetails
In this article
Back to top