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.
Implements
IMessageAuxiliaryVersionConfig, IEquatableAuxiliaryVersionConfig, IDeepCloneableAuxiliaryVersionConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1BetaAssembly
Google.Cloud.Metastore.V1Beta.dll
Constructors
AuxiliaryVersionConfig()
public AuxiliaryVersionConfig()
AuxiliaryVersionConfig(AuxiliaryVersionConfig)
public AuxiliaryVersionConfig(AuxiliaryVersionConfig other)
Parameter | |
---|---|
Name | Description |
other |
AuxiliaryVersionConfig |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |