SpannerSourceConfig constructor

SpannerSourceConfig({
  1. bool? backfillDataBoostEnabled,
  2. String? changeStreamName,
  3. SpannerDatabase? excludeObjects,
  4. String? fgacRole,
  5. SpannerDatabase? includeObjects,
  6. int? maxConcurrentBackfillTasks,
  7. int? maxConcurrentCdcTasks,
  8. String? spannerRpcPriority,
})

Implementation

SpannerSourceConfig({
  this.backfillDataBoostEnabled,
  this.changeStreamName,
  this.excludeObjects,
  this.fgacRole,
  this.includeObjects,
  this.maxConcurrentBackfillTasks,
  this.maxConcurrentCdcTasks,
  this.spannerRpcPriority,
});