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 {
mysqlExcludedObjects?: MysqlRdbms;
oracleExcludedObjects?: OracleRdbms;
postgresqlExcludedObjects?: PostgresqlRdbms;
sqlServerExcludedObjects?: SqlServerRdbms;
}

§Properties

§
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.

§
sqlServerExcludedObjects?: SqlServerRdbms
[src]

SQLServer data source objects to avoid backfilling