MongodbSourceConfig constructor

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

Implementation

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