Dataproc Metastore v1beta API - Class AuxiliaryVersionConfig (2.0.0-beta09)

public sealed class AuxiliaryVersionConfig : IMessage<AuxiliaryVersionConfig>, IEquatable<AuxiliaryVersionConfig>, IDeepCloneable<AuxiliaryVersionConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataproc Metastore v1beta API class AuxiliaryVersionConfig.

Configuration information for the auxiliary service versions.

Inheritance

object > AuxiliaryVersionConfig

Namespace

Google.Cloud.Metastore.V1Beta

Assembly

Google.Cloud.Metastore.V1Beta.dll

Constructors

AuxiliaryVersionConfig()

public AuxiliaryVersionConfig()

AuxiliaryVersionConfig(AuxiliaryVersionConfig)

public AuxiliaryVersionConfig(AuxiliaryVersionConfig other)
Parameter
NameDescription
otherAuxiliaryVersionConfig

Properties

ConfigOverrides

public MapField<string, string> ConfigOverrides { get; }

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.

Property Value
TypeDescription
MapFieldstringstring

NetworkConfig

public NetworkConfig NetworkConfig { get; set; }

Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service.

Property Value
TypeDescription
NetworkConfig

Version

public string Version { get; set; }

The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.

Property Value
TypeDescription
string