Class UpdateIcebergConnectionDetails
The information to update an Iceberg Connection.
Inheritance
UpdateIcebergConnectionDetails
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class UpdateIcebergConnectionDetails : UpdateConnectionDetails
Properties
Catalog
Declaration
[JsonProperty(PropertyName = "catalog")]
public UpdateIcebergCatalogDetails Catalog { get; set; }
Property Value
Storage
Declaration
[JsonProperty(PropertyName = "storage")]
public UpdateIcebergStorageDetails Storage { get; set; }
Property Value