public sealed class IcebergCatalog : IMessage<IcebergCatalog>, IEquatable<IcebergCatalog>, IDeepCloneable<IcebergCatalog>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class IcebergCatalog.
The Iceberg catalog details.
Implements
IMessageIcebergCatalog, IEquatableIcebergCatalog, IDeepCloneableIcebergCatalog, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
IcebergCatalog()
public IcebergCatalog()IcebergCatalog(IcebergCatalog)
public IcebergCatalog(IcebergCatalog other)| Parameter | |
|---|---|
| Name | Description |
other |
IcebergCatalog |
Properties
CatalogDetailsCase
public IcebergCatalog.CatalogDetailsOneofCase CatalogDetailsCase { get; }| Property Value | |
|---|---|
| Type | Description |
IcebergCatalogCatalogDetailsOneofCase |
|
CatalogType
public IcebergCatalog.Types.CatalogType CatalogType { get; set; }Required. The type of Iceberg catalog.
| Property Value | |
|---|---|
| Type | Description |
IcebergCatalogTypesCatalogType |
|
GlueIcebergCatalog
public GlueIcebergCatalog GlueIcebergCatalog { get; set; }The Glue Iceberg catalog.
| Property Value | |
|---|---|
| Type | Description |
GlueIcebergCatalog |
|
NessieIcebergCatalog
public NessieIcebergCatalog NessieIcebergCatalog { get; set; }The Nessie Iceberg catalog.
| Property Value | |
|---|---|
| Type | Description |
NessieIcebergCatalog |
|
PolarisIcebergCatalog
public PolarisIcebergCatalog PolarisIcebergCatalog { get; set; }The Polaris Iceberg catalog.
| Property Value | |
|---|---|
| Type | Description |
PolarisIcebergCatalog |
|
RestIcebergCatalog
public RestIcebergCatalog RestIcebergCatalog { get; set; }The REST Iceberg catalog.
| Property Value | |
|---|---|
| Type | Description |
RestIcebergCatalog |
|