Show / Hide Table of Contents

Class NessieIcebergCatalogSummary

Summary of the Nessie catalog used in the Iceberg connection.

Inheritance
object
IcebergCatalogSummary
NessieIcebergCatalogSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class NessieIcebergCatalogSummary : IcebergCatalogSummary

Properties

Branch

Declaration
[Required(ErrorMessage = "Branch is required.")]
[JsonProperty(PropertyName = "branch")]
public string Branch { get; set; }
Property Value
Type Description
string

The active branch of the Nessie catalog from which Iceberg reads and writes table metadata.

Remarks

Required

Uri

Declaration
[Required(ErrorMessage = "Uri is required.")]
[JsonProperty(PropertyName = "uri")]
public string Uri { get; set; }
Property Value
Type Description
string
In this article
Back to top