Show / Hide Table of Contents

Class IcebergCatalog

The Iceberg catalog details.

Inheritance
object
IcebergCatalog
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX