PolarisIcebergCatalog class

The Polaris Iceberg catalog.

Constructors

PolarisIcebergCatalog({String? clientId, String? clientSecret, String? polarisCatalog, String? principalRole, String? uri})
PolarisIcebergCatalog.fromJson(Map json_)

Properties

clientId String?
The Polaris client ID.
getter/setter pair
clientSecret String?
The Polaris client secret.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
polarisCatalog String?
The catalog name within Polaris.
getter/setter pair
principalRole String?
The Polaris principal role.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri String?
The Polaris uri.
getter/setter pair

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