Show / Hide Table of Contents

Class GoogleCloudMetastoreV2HiveMetastoreConfig

Specifies configuration information specific to running Hive metastore software as the metastore service.

Inheritance
object
GoogleCloudMetastoreV2HiveMetastoreConfig
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 GoogleCloudMetastoreV2HiveMetastoreConfig : IDirectResponseSchema

Properties

AuxiliaryVersions

Optional. A mapping of Hive metastore version to the auxiliary version configuration. When specified, a secondary Hive metastore service is created along with the primary service. All auxiliary versions must be less than the service's primary version. The key is the auxiliary service name and it must match the regular expression a-z?. This means that the first character must be a lowercase letter, and all the following characters must be hyphens, lowercase letters, or digits, except the last character, which cannot be a hyphen.

Declaration
[JsonProperty("auxiliaryVersions")]
public virtual IDictionary<string, GoogleCloudMetastoreV2AuxiliaryVersionConfig> AuxiliaryVersions { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudMetastoreV2AuxiliaryVersionConfig>

ConfigOverrides

Optional. A mapping of Hive metastore configuration key-value pairs to apply to the Hive metastore (configured in hive-site.xml). The mappings override system defaults (some keys cannot be overridden). These overrides are also applied to auxiliary versions and can be further customized in the auxiliary version's AuxiliaryVersionConfig.

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

EndpointProtocol

Optional. The protocol to use for the metastore service endpoint. If unspecified, defaults to GRPC.

Declaration
[JsonProperty("endpointProtocol")]
public virtual string EndpointProtocol { get; set; }
Property Value
Type Description
string

Version

Immutable. The Hive metastore schema 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