Show / Hide Table of Contents

Class GoogleCloudMetastoreV2alphaCloudSQLMigrationConfig

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

Inheritance
object
GoogleCloudMetastoreV2alphaCloudSQLMigrationConfig
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.v2alpha.Data
Assembly: Google.Apis.DataprocMetastore.v2alpha.dll
Syntax
public class GoogleCloudMetastoreV2alphaCloudSQLMigrationConfig : 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 GoogleCloudMetastoreV2alphaCdcConfig CdcConfig { get; set; }
Property Value
Type Description
GoogleCloudMetastoreV2alphaCdcConfig

CloudSqlConnectionConfig

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

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

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