MongodbSourceConfig constructor

MongodbSourceConfig({
  1. MongodbCluster? excludeObjects,
  2. MongodbCluster? includeObjects,
  3. int? maxConcurrentBackfillTasks,
})

Implementation

MongodbSourceConfig({
  this.excludeObjects,
  this.includeObjects,
  this.maxConcurrentBackfillTasks,
});