RestCatalogSpecification
class RestCatalogSpecification(val catalogType: CatalogType.Type = Type.REST, val serverUri: String, val namespace: String) : CatalogType
Rest catalog specifications.
Provides configuration details required to connect to the Rest catalog service and manage Iceberg table metadata.