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 v1alpha API class LocationMetadata.Types.HiveMetastoreVersion.
A specification of a supported version of the Hive Metastore software.
Implements
IMessageLocationMetadataTypesHiveMetastoreVersion, IEquatableLocationMetadataTypesHiveMetastoreVersion, IDeepCloneableLocationMetadataTypesHiveMetastoreVersion, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1AlphaAssembly
Google.Cloud.Metastore.V1Alpha.dll
Constructors
HiveMetastoreVersion()
public HiveMetastoreVersion()
HiveMetastoreVersion(HiveMetastoreVersion)
public HiveMetastoreVersion(LocationMetadata.Types.HiveMetastoreVersion other)
Parameter | |
---|---|
Name | Description |
other |
LocationMetadataTypesHiveMetastoreVersion |
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 |
bool |
Version
public string Version { get; set; }
The semantic version of the Hive Metastore software.
Property Value | |
---|---|
Type | Description |
string |