Class CreateIcebergConnectionDetails
The information about a new Iceberg Connection.
Inherited Members
Namespace: Oci.GoldengateService.Models
Assembly: OCI.DotNetSDK.Goldengate.dll
Syntax
public class CreateIcebergConnectionDetails : CreateConnectionDetails
Properties
Catalog
Declaration
[Required(ErrorMessage = "Catalog is required.")]
[JsonProperty(PropertyName = "catalog")]
public CreateIcebergCatalogDetails Catalog { get; set; }
Property Value
Type | Description |
---|---|
CreateIcebergCatalogDetails |
Remarks
Required
Storage
Declaration
[Required(ErrorMessage = "Storage is required.")]
[JsonProperty(PropertyName = "storage")]
public CreateIcebergStorageDetails Storage { get; set; }
Property Value
Type | Description |
---|---|
CreateIcebergStorageDetails |
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