Show / Hide Table of Contents

Class CreateNessieIcebergCatalogDetails

The information about a new Nessie catalog used in the Iceberg connection.

Inheritance
object
CreateIcebergCatalogDetails
CreateNessieIcebergCatalogDetails
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 CreateNessieIcebergCatalogDetails : CreateIcebergCatalogDetails

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