HiveMetastoreConfig constructor

HiveMetastoreConfig({
  1. Map<String, AuxiliaryVersionConfig>? auxiliaryVersions,
  2. Map<String, String>? configOverrides,
  3. String? endpointProtocol,
  4. KerberosConfig? kerberosConfig,
  5. String? version,
})

Implementation

HiveMetastoreConfig({
  this.auxiliaryVersions,
  this.configOverrides,
  this.endpointProtocol,
  this.kerberosConfig,
  this.version,
});