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

MongodbSourceConfig

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

MongoDB source configuration.

interface MongodbSourceConfig {
excludeObjects?: MongodbCluster;
includeObjects?: MongodbCluster;
maxConcurrentBackfillTasks?: number;
}

§Properties

§
excludeObjects?: MongodbCluster
[src]

MongoDB collections to exclude from the stream.

§
includeObjects?: MongodbCluster
[src]

MongoDB collections to include in the stream.

§
maxConcurrentBackfillTasks?: number
[src]

Optional. Maximum number of concurrent backfill tasks. The number should be non-negative and less than or equal to 50. If not set (or set to 0), the system's default value is used