Class GoogleCloudMetastoreV2alphaCloudSQLMigrationConfig
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.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 |