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

AuxiliaryVersionConfig

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

Configuration information for the auxiliary service versions.

interface AuxiliaryVersionConfig {
configOverrides?: {
[key: string]: string;
}
;
readonly networkConfig?: NetworkConfig;
version?: string;
}

§Properties

§
configOverrides?: {
[key: string]: string;
}
[src]

A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in hive-site.xml) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.

§
readonly networkConfig?: NetworkConfig
[src]

Output only. The network configuration contains the endpoint URI(s) of the auxiliary Hive metastore service.

§
version?: string
[src]

The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.