Class AuxiliaryVersionConfig
Configuration information for the auxiliary service versions.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v1beta.Data
Assembly: Google.Apis.DataprocMetastore.v1beta.dll
Syntax
public class AuxiliaryVersionConfig : IDirectResponseSchema
Properties
ConfigOverrides
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.
Declaration
[JsonProperty("configOverrides")]
public virtual IDictionary<string, string> ConfigOverrides { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NetworkConfig
Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service.
Declaration
[JsonProperty("networkConfig")]
public virtual NetworkConfig NetworkConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| NetworkConfig |
Version
Optional. The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| string |