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