IcebergCatalog constructor
IcebergCatalog({
- String? catalogType,
- GlueIcebergCatalog? glueIcebergCatalog,
- NessieIcebergCatalog? nessieIcebergCatalog,
- PolarisIcebergCatalog? polarisIcebergCatalog,
- RestIcebergCatalog? restIcebergCatalog,
Implementation
IcebergCatalog({
this.catalogType,
this.glueIcebergCatalog,
this.nessieIcebergCatalog,
this.polarisIcebergCatalog,
this.restIcebergCatalog,
});