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

BigTableIODetails

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

Metadata for a Cloud Bigtable connector used by the job.

interface BigTableIODetails {
instanceId?: string;
projectId?: string;
tableId?: string;
}

§Properties

§
instanceId?: string
[src]

InstanceId accessed in the connection.

§
projectId?: string
[src]

ProjectId accessed in the connection.

§
tableId?: string
[src]

TableId accessed in the connection.