Class CreateNessieIcebergCatalogDetails
The information about a new Nessie catalog used in the Iceberg connection.
Inherited Members
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 |