Federation class

Represents a federation of multiple backend metastores.

Constructors

Federation({Map<String, BackendMetastore>? backendMetastores, String? createTime, String? endpointUri, Map<String, String>? labels, String? name, String? state, String? stateMessage, String? uid, String? updateTime, String? version})
Federation.fromJson(Map json_)

Properties

backendMetastores Map<String, BackendMetastore>?
A map from BackendMetastore rank to BackendMetastores from which the federation service serves metadata at query time.
getter/setter pair
createTime String?
The time when the metastore federation was created.
getter/setter pair
endpointUri String?
The federation endpoint.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
User-defined labels for the metastore federation.
getter/setter pair
name String?
The relative resource name of the federation, of the form: projects/{project_number}/locations/{location_id}/federations/{federation_id}`.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The current state of the federation.
getter/setter pair
stateMessage String?
Additional information about the current state of the metastore federation, if available.
getter/setter pair
uid String?
The globally unique resource identifier of the metastore federation.
getter/setter pair
updateTime String?
The time when the metastore federation was last updated.
getter/setter pair
version String?
The Apache Hive metastore version of the federation.
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