MongodbSourceConfig constructor
MongodbSourceConfig({
- MongodbCluster? excludeObjects,
- MongodbCluster? includeObjects,
- int? maxConcurrentBackfillTasks,
Implementation
MongodbSourceConfig({
this.excludeObjects,
this.includeObjects,
this.maxConcurrentBackfillTasks,
});