Show / Hide Table of Contents

Class GoogleCloudMetastoreV1betaHiveMetastoreVersion

A specification of a supported version of the Hive Metastore software.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IsDefault

Whether version will be chosen by the server if a metastore service is created with a HiveMetastoreConfig that omits the version.

Declaration
[JsonProperty("isDefault")]
public virtual bool? IsDefault { get; set; }
Property Value
Type Description
bool?

Version

The semantic version of the Hive Metastore software.

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