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

SpannerIODetails

import type { SpannerIODetails } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Metadata for a Spanner connector used by the job.

interface SpannerIODetails {
databaseId?: string;
instanceId?: string;
projectId?: string;
}

§Properties

§
databaseId?: string
[src]

DatabaseId accessed in the connection.

§
instanceId?: string
[src]

InstanceId accessed in the connection.

§
projectId?: string
[src]

ProjectId accessed in the connection.