interface DatastoreOptions
extends DatastoreConstructorOptions

Options for creating a Datastore connector.

Properties

projectId: string

The ID of the Google Cloud project.

optional
apiEndpoint: string

The API endpoint to use.

optional
keyFilename: string

Path to key file.

optional
credentials: { client_email?: string; private_key?: string; }

Credentials object.

optional
kind: string

The kind prefix for entities.

Usage

import { type DatastoreOptions } from ".";