public sealed class GoldengateIcebergConnectionProperties : IMessage<GoldengateIcebergConnectionProperties>, IEquatable<GoldengateIcebergConnectionProperties>, IDeepCloneable<GoldengateIcebergConnectionProperties>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateIcebergConnectionProperties.
The properties of GoldengateIcebergConnection.
Implements
IMessageGoldengateIcebergConnectionProperties, IEquatableGoldengateIcebergConnectionProperties, IDeepCloneableGoldengateIcebergConnectionProperties, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
GoldengateIcebergConnectionProperties()
public GoldengateIcebergConnectionProperties()GoldengateIcebergConnectionProperties(GoldengateIcebergConnectionProperties)
public GoldengateIcebergConnectionProperties(GoldengateIcebergConnectionProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengateIcebergConnectionProperties |
Properties
Catalog
public IcebergCatalog Catalog { get; set; }Required. The Iceberg catalog.
| Property Value | |
|---|---|
| Type | Description |
IcebergCatalog |
|
Storage
public IcebergStorage Storage { get; set; }Required. The Iceberg storage.
| Property Value | |
|---|---|
| Type | Description |
IcebergStorage |
|
TechnologyType
public string TechnologyType { get; set; }Required. The technology type of Iceberg connection.
| Property Value | |
|---|---|
| Type | Description |
string |
|