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

QueryMetadataResponse

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

Response message for DataprocMetastore.QueryMetadata.

interface QueryMetadataResponse {
resultManifestUri?: string;
}

§Properties

§
resultManifestUri?: string
[src]

The manifest URI is link to a JSON instance in Cloud Storage. This instance manifests immediately along with QueryMetadataResponse. The content of the URI is not retriable until the long-running operation query against the metadata finishes.