Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LocationMetadata

import type { LocationMetadata } from "https://googleapis.deno.dev/v1/metastore:v1.ts";

Metadata about the service in a location.

interface LocationMetadata {
multiRegionMetadata?: MultiRegionMetadata;
supportedHiveMetastoreVersions?: HiveMetastoreVersion[];
}

§Properties

§
multiRegionMetadata?: MultiRegionMetadata
[src]

The multi-region metadata if the current region is a multi-region.

§
supportedHiveMetastoreVersions?: HiveMetastoreVersion[]
[src]

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.