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

DataStoreConnectorConfig

import type { DataStoreConnectorConfig } from "https://googleapis.deno.dev/v1/ces:v1.ts";

The connector config for the data store connection.

interface DataStoreConnectorConfig {
collection?: string;
collectionDisplayName?: string;
dataSource?: string;
}

§Properties

§
collection?: string
[src]

Resource name of the collection the data store belongs to.

§
collectionDisplayName?: string
[src]

Display name of the collection the data store belongs to.

§
dataSource?: string
[src]

The name of the data source. Example: salesforce, jira, confluence, bigquery.