GoogleCloudMetastoreV2AuxiliaryVersionConfig
import type { GoogleCloudMetastoreV2AuxiliaryVersionConfig } from "https://googleapis.deno.dev/v1/metastore:v2.ts";
Configuration information for the auxiliary service versions.
interface GoogleCloudMetastoreV2AuxiliaryVersionConfig {
configOverrides?: {};
[key: string]: string;
readonly endpoints?: GoogleCloudMetastoreV2Endpoint[];
version?: string;
}§Properties
§
configOverrides?: {}
[src][key: string]: string;
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 endpoints?: GoogleCloudMetastoreV2Endpoint[]
[src]Output only. The list of endpoints used to access the auxiliary metastore service, includes version and region data.