GoogleApi.Metastore.V1beta.Model.AuxiliaryVersionConfig (google_api_metastore v0.12.0)

View Source

Configuration information for the auxiliary service versions.

Attributes

  • configOverrides (type: map(), default: nil) - Optional. 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. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.
  • networkConfig (type: GoogleApi.Metastore.V1beta.Model.NetworkConfig.t, default: nil) - Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service.
  • version (type: String.t, default: nil) - Optional. The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Metastore.V1beta.Model.AuxiliaryVersionConfig{
  configOverrides: map() | nil,
  networkConfig: GoogleApi.Metastore.V1beta.Model.NetworkConfig.t() | nil,
  version: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.