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

SalesforceSourceConfig

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

Configuration for syncing data from a Salesforce source.

interface SalesforceSourceConfig {
excludeObjects?: SalesforceOrg;
includeObjects?: SalesforceOrg;
pollingInterval?: number;
}

§Properties

§
excludeObjects?: SalesforceOrg
[src]

The Salesforce objects to exclude from the stream.

§
includeObjects?: SalesforceOrg
[src]

The Salesforce objects to retrieve from the source.

§
pollingInterval?: number
[src]

Required. Salesforce objects polling interval. The interval at which new changes will be polled for each object. The duration must be from 5 minutes to 24 hours, inclusive.