Show / Hide Table of Contents

Class CloudSQLMigrationConfig

Configuration information for migrating from self-managed hive metastore on Google Cloud using Cloud SQL as the backend database to Dataproc Metastore.

Inheritance
object
CloudSQLMigrationConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataprocMetastore.v1beta.Data
Assembly: Google.Apis.DataprocMetastore.v1beta.dll
Syntax
public class CloudSQLMigrationConfig : IDirectResponseSchema

Properties

CdcConfig

Required. Configuration information to start the Change Data Capture (CDC) streams from customer database to backend database of Dataproc Metastore. Dataproc Metastore switches to using its backend database after the cutover phase of migration.

Declaration
[JsonProperty("cdcConfig")]
public virtual CdcConfig CdcConfig { get; set; }
Property Value
Type Description
CdcConfig

CloudSqlConnectionConfig

Required. Configuration information to establish customer database connection before the cutover phase of migration

Declaration
[JsonProperty("cloudSqlConnectionConfig")]
public virtual CloudSQLConnectionConfig CloudSqlConnectionConfig { get; set; }
Property Value
Type Description
CloudSQLConnectionConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX