GoldengateIcebergConnectionProperties constructor

GoldengateIcebergConnectionProperties({
  1. IcebergCatalog? catalog,
  2. IcebergStorage? storage,
  3. String? technologyType,
})

Implementation

GoldengateIcebergConnectionProperties({
  this.catalog,
  this.storage,
  this.technologyType,
});