supportedHiveMetastoreVersions property

List<HiveMetastoreVersion>? supportedHiveMetastoreVersions
getter/setter pair

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.

Implementation

core.List<HiveMetastoreVersion>? supportedHiveMetastoreVersions;