AuxiliaryVersionConfig class
Configuration information for the auxiliary service versions.
Constructors
- 
          AuxiliaryVersionConfig({Map<
String, String> ? configOverrides, NetworkConfig? networkConfig, String? version}) - AuxiliaryVersionConfig.fromJson(Map json_)
 
Properties
- 
  configOverrides
  ↔ Map<
String, String> ? - 
  A mapping of Hive metastore configuration key-value pairs to apply to the
auxiliary Hive metastore (configured in hive-site.xml) in addition to the
primary version's overrides.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - networkConfig ↔ NetworkConfig?
 - 
  The network configuration contains the endpoint URI(s) of the auxiliary
Hive metastore service.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - version ↔ String?
 - 
  The Hive metastore version of the auxiliary service.
  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