public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage
public RepeatedField<LocationMetadata.Types.HiveMetastoreVersion> SupportedHiveMetastoreVersions { get; }
The versions of Hive Metastore that can be used when creating a new
metastore service in this location. The server guarantees that exactly one
HiveMetastoreVersion in the list will set is_default.
[[["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-04-17 UTC."],[[["This document outlines the `LocationMetadata` class, which provides metadata about the service in a specific location."],["The latest version of this class is `2.9.0`, with a history of versions available ranging down to `1.0.0`."],["`LocationMetadata` implements several interfaces including `IMessage\u003cLocationMetadata\u003e`, `IEquatable\u003cLocationMetadata\u003e`, `IDeepCloneable\u003cLocationMetadata\u003e`, `IBufferMessage`, and `IMessage`."],["The class has two constructors, a default one and one that takes another `LocationMetadata` object as a parameter."],["The class contains the property `SupportedHiveMetastoreVersions`, which is a list of the Hive Metastore versions available in a certain location."]]],[]]