Data Catalog v1 API - Class MigrationConfig (2.14.0)

public sealed class MigrationConfig : IMessage<MigrationConfig>, IEquatable<MigrationConfig>, IDeepCloneable<MigrationConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Catalog v1 API class MigrationConfig.

The configuration related to the migration to Dataplex applied to an organization or project. It is the response message for [SetConfig][google.cloud.datacatalog.v1.DataCatalog.SetConfig] and [RetrieveEffectiveConfig][google.cloud.datacatalog.v1.DataCatalog.RetrieveEffectiveConfig].

Inheritance

object > MigrationConfig

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

MigrationConfig()

public MigrationConfig()

MigrationConfig(MigrationConfig)

public MigrationConfig(MigrationConfig other)
Parameter
Name Description
other MigrationConfig

Properties

CatalogUiExperience

public CatalogUIExperience CatalogUiExperience { get; set; }

Opt-in status for the UI switch to Dataplex.

Property Value
Type Description
CatalogUIExperience

TagTemplateMigration

public TagTemplateMigration TagTemplateMigration { get; set; }

Opt-in status for the migration of Tag Templates to Dataplex.

Property Value
Type Description
TagTemplateMigration