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

QueryMetadataRequest

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

Request message for DataprocMetastore.QueryMetadata.

interface QueryMetadataRequest {
query?: string;
}

§Properties

§
query?: string
[src]

Required. A read-only SQL query to execute against the metadata database. The query cannot change or mutate the data.