Show / Hide Table of Contents

Class GoogleCloudMetastoreV2betaCloudSQLMigrationConfig

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

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

CloudSqlConnectionConfig

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

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

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