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