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.