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

BackfillAllStrategy

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

Backfill strategy to automatically backfill the Stream's objects. Specific objects can be excluded.

interface BackfillAllStrategy {
mongodbExcludedObjects?: MongodbCluster;
mysqlExcludedObjects?: MysqlRdbms;
oracleExcludedObjects?: OracleRdbms;
postgresqlExcludedObjects?: PostgresqlRdbms;
salesforceExcludedObjects?: SalesforceOrg;
sqlServerExcludedObjects?: SqlServerRdbms;
}

§Properties

§
mongodbExcludedObjects?: MongodbCluster
[src]

MongoDB data source objects to avoid backfilling

§
mysqlExcludedObjects?: MysqlRdbms
[src]

MySQL data source objects to avoid backfilling.

§
oracleExcludedObjects?: OracleRdbms
[src]

Oracle data source objects to avoid backfilling.

§
postgresqlExcludedObjects?: PostgresqlRdbms
[src]

PostgreSQL data source objects to avoid backfilling.

§
salesforceExcludedObjects?: SalesforceOrg
[src]

Salesforce data source objects to avoid backfilling

§
sqlServerExcludedObjects?: SqlServerRdbms
[src]

SQLServer data source objects to avoid backfilling