Dataproc Metastore v1 API - Class LocationMetadata.Types.HiveMetastoreVersion (2.7.0)

public sealed class LocationMetadata.Types.HiveMetastoreVersion : IMessage<LocationMetadata.Types.HiveMetastoreVersion>, IEquatable<LocationMetadata.Types.HiveMetastoreVersion>, IDeepCloneable<LocationMetadata.Types.HiveMetastoreVersion>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataproc Metastore v1 API class LocationMetadata.Types.HiveMetastoreVersion.

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

Inheritance

object > LocationMetadata.Types.HiveMetastoreVersion

Namespace

Google.Cloud.Metastore.V1

Assembly

Google.Cloud.Metastore.V1.dll

Constructors

HiveMetastoreVersion()

public HiveMetastoreVersion()

HiveMetastoreVersion(HiveMetastoreVersion)

public HiveMetastoreVersion(LocationMetadata.Types.HiveMetastoreVersion other)
Parameter
NameDescription
otherLocationMetadataTypesHiveMetastoreVersion

Properties

IsDefault

public bool IsDefault { get; set; }

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

Property Value
TypeDescription
bool

Version

public string Version { get; set; }

The semantic version of the Hive Metastore software.

Property Value
TypeDescription
string