GoldengateIcebergConnectionProperties
import type { GoldengateIcebergConnectionProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The properties of GoldengateIcebergConnection.
interface GoldengateIcebergConnectionProperties {
catalog?: IcebergCatalog;
storage?: IcebergStorage;
technologyType?: string;
}§Properties
§
catalog?: IcebergCatalog
[src]Required. The Iceberg catalog.
§
storage?: IcebergStorage
[src]Required. The Iceberg storage.