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

SqlServerSourceConfig

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

SQLServer data source configuration

interface SqlServerSourceConfig {
excludeObjects?: SqlServerRdbms;
includeObjects?: SqlServerRdbms;
maxConcurrentBackfillTasks?: number;
maxConcurrentCdcTasks?: number;
}

§Properties

§
excludeObjects?: SqlServerRdbms
[src]

SQLServer objects to exclude from the stream.

§
includeObjects?: SqlServerRdbms
[src]

SQLServer objects to include in the stream.

§
maxConcurrentBackfillTasks?: number
[src]

Max concurrent backfill tasks.

§
maxConcurrentCdcTasks?: number
[src]

Max concurrent CDC tasks.