Show / Hide Table of Contents

Class GoogleCloudMetastoreV2AuxiliaryVersionConfig

Configuration information for the auxiliary service versions.

Inheritance
object
GoogleCloudMetastoreV2AuxiliaryVersionConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX