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-06-12 UTC."],[[["This page provides documentation for the `HiveMetastoreVersion` class, which specifies a supported version of the Hive Metastore software."],["The latest documented version is 2.9.0, and other versions are also available, ranging from 1.0.0 to 2.8.0, all of which are listed with links to their documentation."],["The `HiveMetastoreVersion` class includes properties such as `IsDefault` (a boolean indicating if the version is the default) and `Version` (a string containing the semantic version number)."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The available constructors are `HiveMetastoreVersion()`, and `HiveMetastoreVersion(LocationMetadata.Types.HiveMetastoreVersion)`, allowing for the creation of a default or copy constructor object."]]],[]]