MongodbSourceConfig
import type { MongodbSourceConfig } from "https://googleapis.deno.dev/v1/datastream:v1.ts";Configuration for syncing data from a MongoDB source.
interface MongodbSourceConfig {
excludeObjects?: MongodbCluster;
includeObjects?: MongodbCluster;
jsonMode?: "MONGODB_JSON_MODE_UNSPECIFIED" | "STRICT" | "CANONICAL";
maxConcurrentBackfillTasks?: number;
}§Properties
§
excludeObjects?: MongodbCluster
[src]The MongoDB collections to exclude from the stream.
§
includeObjects?: MongodbCluster
[src]The MongoDB collections to include in the stream.