IcebergCatalog class

The Iceberg catalog details.

Constructors

IcebergCatalog({String? catalogType, GlueIcebergCatalog? glueIcebergCatalog, NessieIcebergCatalog? nessieIcebergCatalog, PolarisIcebergCatalog? polarisIcebergCatalog, RestIcebergCatalog? restIcebergCatalog})
IcebergCatalog.fromJson(Map json_)

Properties

catalogType String?
The type of Iceberg catalog.
getter/setter pair
glueIcebergCatalog GlueIcebergCatalog?
The Glue Iceberg catalog.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nessieIcebergCatalog NessieIcebergCatalog?
The Nessie Iceberg catalog.
getter/setter pair
polarisIcebergCatalog PolarisIcebergCatalog?
The Polaris Iceberg catalog.
getter/setter pair
restIcebergCatalog RestIcebergCatalog?
The REST Iceberg catalog.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited