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

HiveMetastoreVersion

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

A specification of a supported version of the Hive Metastore software.

interface HiveMetastoreVersion {
isDefault?: boolean;
version?: string;
}

§Properties

§
isDefault?: boolean
[src]

Whether version will be chosen by the server if a metastore service is created with a HiveMetastoreConfig that omits the version.

§
version?: string
[src]

The semantic version of the Hive Metastore software.