Class UpdateNessieIcebergCatalogDetails
The information to update a Nessie catalog used in the Iceberg connection.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class UpdateNessieIcebergCatalogDetails : UpdateIcebergCatalogDetails
Properties
Branch
Declaration
[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. |
Uri
Declaration
[JsonProperty(PropertyName = "uri")]
public string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |