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.
Implements
IMessage<LocationMetadata.Types.HiveMetastoreVersion>, IEquatable<LocationMetadata.Types.HiveMetastoreVersion>, IDeepCloneable<LocationMetadata.Types.HiveMetastoreVersion>, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1AlphaAssembly
Google.Cloud.Metastore.V1Alpha.dll
Constructors
HiveMetastoreVersion()
public HiveMetastoreVersion()
HiveMetastoreVersion(LocationMetadata.Types.HiveMetastoreVersion)
public HiveMetastoreVersion(LocationMetadata.Types.HiveMetastoreVersion other)
Parameter | |
---|---|
Name | Description |
other | LocationMetadata.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 | |
---|---|
Type | Description |
Boolean |
Version
public string Version { get; set; }
The semantic version of the Hive Metastore software.
Property Value | |
---|---|
Type | Description |
String |