Class GoogleCloudMetastoreV2betaCloudSQLMigrationConfig
Configuration information for migrating from self-managed hive metastore on Google Cloud using Cloud SQL as the backend database to Dataproc Metastore.
Implements
Inherited Members
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 |