GoogleCloudMetastoreV2HiveMetastoreConfig class

Specifies configuration information specific to running Hive metastore software as the metastore service.

Properties

auxiliaryVersions Map<String, GoogleCloudMetastoreV2AuxiliaryVersionConfig>?
A mapping of Hive metastore version to the auxiliary version configuration.
getter/setter pair
configOverrides Map<String, String>?
A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in hive-site.xml).
getter/setter pair
endpointProtocol String?
The protocol to use for the metastore service endpoint.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String?
The Hive metastore schema version.
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