Show / Hide Table of Contents

Enum PrimaryKeyCompatibility

Primary Key Compatibility option. IGNORE_MISSING_PKS - Make the instance, schema, or table dump utility ignore any missing primary keys when the dump is carried out, CREATE_INVISIBLE_PKS - Add a flag in the dump metadata to notify MySQL Shell\u2019s dump loading utility to add primary keys in invisible columns, for each table that does not contain a primary key.

Namespace: Oci.DatabasemigrationService.Models
Assembly: OCI.DotNetSDK.Databasemigration.dll
Syntax
public enum PrimaryKeyCompatibility

Fields

Name Description
CreateInvisiblePks
IgnoreMissingPks
None
UnknownEnumValue
In this article
Back to top