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

DatastoreIODetails

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

Metadata for a Datastore connector used by the job.

interface DatastoreIODetails {
namespace?: string;
projectId?: string;
}

§Properties

§
namespace?: string
[src]

Namespace used in the connection.

§
projectId?: string
[src]

ProjectId accessed in the connection.