public sealed class AuxiliaryVersionConfig : IMessage<AuxiliaryVersionConfig>, IEquatable<AuxiliaryVersionConfig>, IDeepCloneable<AuxiliaryVersionConfig>, IBufferMessage, IMessageConfiguration information for the auxiliary service versions.
Implements
IMessage<AuxiliaryVersionConfig>, IEquatable<AuxiliaryVersionConfig>, IDeepCloneable<AuxiliaryVersionConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1AlphaAssembly
Google.Cloud.Metastore.V1Alpha.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 |
MapField<String, String> |
|
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 |
|