Class HiveConfig
Configuration for migrating Hive metadata.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v1alpha.Data
Assembly: Google.Apis.DataprocMetastore.v1alpha.dll
Syntax
public class HiveConfig : IDirectResponseSchema
Properties
Catalog
Required. The target catalog for migrated databases and tables. Format: "projects/{project_id_or_number}/catalogs/{catalog_id}"
Declaration
[JsonProperty("catalog")]
public virtual string Catalog { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Databases
Required. The list of databases to migrate to the Hive catalog. Use "*" to migrate all databases. Note: If Iceberg tables exist in these databases, they will only be migrated if iceberg_config is also specified.
Declaration
[JsonProperty("databases")]
public virtual IList<string> Databases { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |