Class IcebergCatalog
The Iceberg catalog details.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class IcebergCatalog : IDirectResponseSchema
Properties
CatalogType
Required. The type of Iceberg catalog.
Declaration
[JsonProperty("catalogType")]
public virtual string CatalogType { 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 |
GlueIcebergCatalog
The Glue Iceberg catalog.
Declaration
[JsonProperty("glueIcebergCatalog")]
public virtual GlueIcebergCatalog GlueIcebergCatalog { get; set; }
Property Value
| Type | Description |
|---|---|
| GlueIcebergCatalog |
NessieIcebergCatalog
The Nessie Iceberg catalog.
Declaration
[JsonProperty("nessieIcebergCatalog")]
public virtual NessieIcebergCatalog NessieIcebergCatalog { get; set; }
Property Value
| Type | Description |
|---|---|
| NessieIcebergCatalog |
PolarisIcebergCatalog
The Polaris Iceberg catalog.
Declaration
[JsonProperty("polarisIcebergCatalog")]
public virtual PolarisIcebergCatalog PolarisIcebergCatalog { get; set; }
Property Value
| Type | Description |
|---|---|
| PolarisIcebergCatalog |
RestIcebergCatalog
The REST Iceberg catalog.
Declaration
[JsonProperty("restIcebergCatalog")]
public virtual RestIcebergCatalog RestIcebergCatalog { get; set; }
Property Value
| Type | Description |
|---|---|
| RestIcebergCatalog |