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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This webpage documents various versions of the Hive Metastore software, ranging from version 1.0.0 up to the latest version, 2.9.0."],["`HiveMetastoreVersion` is a class that specifies a supported version of the Hive Metastore software and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `HiveMetastoreVersion` class includes properties such as `IsDefault`, which indicates if the version is selected by default when creating a metastore service without a specified version, and `Version`, which holds the semantic version of the software."],["The `HiveMetastoreVersion` class can be instantiated with no parameters, or another `HiveMetastoreVersion` object as parameter."],["The class inherits members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the `Object` class."]]],[]]