Skip to main content
Module

x/google_datastore/mod.ts>DatastoreInit

A set of APIs that allow interfacing to Google Datastore on GCP from Deno.
Go to Latest
interface DatastoreInit
import { type DatastoreInit } from "https://deno.land/x/google_datastore@0.0.14/mod.ts";

The information from a service account JSON file that is used by the Datastore to be able to securely connect.

Properties

client_email: string
private_key: string
private_key_id: string
project_id: string