Class IcebergConnection
Represents the metadata of an Iceberg Connection.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class IcebergConnection : Connection
Properties
Catalog
Declaration
[Required(ErrorMessage = "Catalog is required.")]
[JsonProperty(PropertyName = "catalog")]
public IcebergCatalog Catalog { get; set; }
Property Value
Type | Description |
---|---|
IcebergCatalog |
Remarks
Required
Storage
Declaration
[Required(ErrorMessage = "Storage is required.")]
[JsonProperty(PropertyName = "storage")]
public IcebergStorage Storage { get; set; }
Property Value
Type | Description |
---|---|
IcebergStorage |
Remarks
Required
TechnologyType
Declaration
[Required(ErrorMessage = "TechnologyType is required.")]
[JsonProperty(PropertyName = "technologyType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public IcebergConnection.TechnologyTypeEnum? TechnologyType { get; set; }
Property Value
Type | Description |
---|---|
IcebergConnection.TechnologyTypeEnum? | The Iceberg technology type. |
Remarks
Required