Class GoldengateIcebergConnectionProperties
The properties of GoldengateIcebergConnection.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class GoldengateIcebergConnectionProperties : IDirectResponseSchema
Properties
Catalog
Required. The Iceberg catalog.
Declaration
[JsonProperty("catalog")]
public virtual IcebergCatalog Catalog { get; set; }
Property Value
| Type | Description |
|---|---|
| IcebergCatalog |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Storage
Required. The Iceberg storage.
Declaration
[JsonProperty("storage")]
public virtual IcebergStorage Storage { get; set; }
Property Value
| Type | Description |
|---|---|
| IcebergStorage |
TechnologyType
Required. The technology type of Iceberg connection.
Declaration
[JsonProperty("technologyType")]
public virtual string TechnologyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |