Class LocationMetadata.Types.HiveMetastoreVersion (1.0.0-alpha04)

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

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

Inheritance

Object > LocationMetadata.Types.HiveMetastoreVersion

Namespace

Google.Cloud.Metastore.V1Alpha

Assembly

Google.Cloud.Metastore.V1Alpha.dll

Constructors

HiveMetastoreVersion()

public HiveMetastoreVersion()

HiveMetastoreVersion(LocationMetadata.Types.HiveMetastoreVersion)

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

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
Boolean

Version

public string Version { get; set; }

The semantic version of the Hive Metastore software.

Property Value
TypeDescription
String