Class GoogleCloudMetastoreV2AuxiliaryVersionConfig
Configuration information for the auxiliary service versions.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v2.Data
Assembly: Google.Apis.DataprocMetastore.v2.dll
Syntax
public class GoogleCloudMetastoreV2AuxiliaryVersionConfig : IDirectResponseSchema
Properties
ConfigOverrides
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 |
Endpoints
Output only. The list of endpoints used to access the auxiliary metastore service, includes version and region data.
Declaration
[JsonProperty("endpoints")]
public virtual IList<GoogleCloudMetastoreV2Endpoint> Endpoints { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudMetastoreV2Endpoint> |
Version
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 |